amazonka-m2-2.0: Amazon MainframeModernization 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.M2.Types.EfsStorageConfiguration

Description

 
Synopsis

Documentation

data EfsStorageConfiguration Source #

Defines the storage configuration for an Amazon EFS file system.

See: newEfsStorageConfiguration smart constructor.

Constructors

EfsStorageConfiguration' 

Fields

Instances

Instances details
FromJSON EfsStorageConfiguration Source # 
Instance details

Defined in Amazonka.M2.Types.EfsStorageConfiguration

ToJSON EfsStorageConfiguration Source # 
Instance details

Defined in Amazonka.M2.Types.EfsStorageConfiguration

Generic EfsStorageConfiguration Source # 
Instance details

Defined in Amazonka.M2.Types.EfsStorageConfiguration

Associated Types

type Rep EfsStorageConfiguration :: Type -> Type #

Read EfsStorageConfiguration Source # 
Instance details

Defined in Amazonka.M2.Types.EfsStorageConfiguration

Show EfsStorageConfiguration Source # 
Instance details

Defined in Amazonka.M2.Types.EfsStorageConfiguration

NFData EfsStorageConfiguration Source # 
Instance details

Defined in Amazonka.M2.Types.EfsStorageConfiguration

Methods

rnf :: EfsStorageConfiguration -> () #

Eq EfsStorageConfiguration Source # 
Instance details

Defined in Amazonka.M2.Types.EfsStorageConfiguration

Hashable EfsStorageConfiguration Source # 
Instance details

Defined in Amazonka.M2.Types.EfsStorageConfiguration

type Rep EfsStorageConfiguration Source # 
Instance details

Defined in Amazonka.M2.Types.EfsStorageConfiguration

type Rep EfsStorageConfiguration = D1 ('MetaData "EfsStorageConfiguration" "Amazonka.M2.Types.EfsStorageConfiguration" "amazonka-m2-2.0-1kXEGTJs74f5RPbatSDeMH" 'False) (C1 ('MetaCons "EfsStorageConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fileSystemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "mountPoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newEfsStorageConfiguration Source #

Create a value of EfsStorageConfiguration 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:fileSystemId:EfsStorageConfiguration', efsStorageConfiguration_fileSystemId - The file system identifier.

$sel:mountPoint:EfsStorageConfiguration', efsStorageConfiguration_mountPoint - The mount point for the file system.