amazonka-datasync-2.0: Amazon DataSync SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.DataSync.Types.OnPremConfig

Description

 
Synopsis

Documentation

data OnPremConfig Source #

A list of Amazon Resource Names (ARNs) of agents to use for a Network File System (NFS) location.

See: newOnPremConfig smart constructor.

Constructors

OnPremConfig' 

Fields

Instances

Instances details
FromJSON OnPremConfig Source # 
Instance details

Defined in Amazonka.DataSync.Types.OnPremConfig

ToJSON OnPremConfig Source # 
Instance details

Defined in Amazonka.DataSync.Types.OnPremConfig

Generic OnPremConfig Source # 
Instance details

Defined in Amazonka.DataSync.Types.OnPremConfig

Associated Types

type Rep OnPremConfig :: Type -> Type #

Read OnPremConfig Source # 
Instance details

Defined in Amazonka.DataSync.Types.OnPremConfig

Show OnPremConfig Source # 
Instance details

Defined in Amazonka.DataSync.Types.OnPremConfig

NFData OnPremConfig Source # 
Instance details

Defined in Amazonka.DataSync.Types.OnPremConfig

Methods

rnf :: OnPremConfig -> () #

Eq OnPremConfig Source # 
Instance details

Defined in Amazonka.DataSync.Types.OnPremConfig

Hashable OnPremConfig Source # 
Instance details

Defined in Amazonka.DataSync.Types.OnPremConfig

type Rep OnPremConfig Source # 
Instance details

Defined in Amazonka.DataSync.Types.OnPremConfig

type Rep OnPremConfig = D1 ('MetaData "OnPremConfig" "Amazonka.DataSync.Types.OnPremConfig" "amazonka-datasync-2.0-LCcm4ddRe2z4CES4wun76Z" 'False) (C1 ('MetaCons "OnPremConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "agentArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newOnPremConfig Source #

Create a value of OnPremConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:agentArns:OnPremConfig', onPremConfig_agentArns - ARNs of the agents to use for an NFS location.

onPremConfig_agentArns :: Lens' OnPremConfig (NonEmpty Text) Source #

ARNs of the agents to use for an NFS location.