libZSservicesZSamazonka-datasyncZSamazonka-datasync
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq OnPremConfig Source # 
Instance details

Defined in Amazonka.DataSync.Types.OnPremConfig

Read OnPremConfig Source # 
Instance details

Defined in Amazonka.DataSync.Types.OnPremConfig

Show 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 #

NFData OnPremConfig Source # 
Instance details

Defined in Amazonka.DataSync.Types.OnPremConfig

Methods

rnf :: OnPremConfig -> () #

Hashable OnPremConfig Source # 
Instance details

Defined in Amazonka.DataSync.Types.OnPremConfig

ToJSON OnPremConfig Source # 
Instance details

Defined in Amazonka.DataSync.Types.OnPremConfig

FromJSON 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" "libZSservicesZSamazonka-datasyncZSamazonka-datasync" '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.