| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.M2.Types.StorageConfiguration
Description
Documentation
data StorageConfiguration Source #
Defines the storage configuration for a runtime environment.
See: newStorageConfiguration smart constructor.
Constructors
| StorageConfiguration' | |
Fields
| |
Instances
newStorageConfiguration :: StorageConfiguration Source #
Create a value of StorageConfiguration 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:efs:StorageConfiguration', storageConfiguration_efs - Defines the storage configuration for an Amazon EFS file system.
$sel:fsx:StorageConfiguration', storageConfiguration_fsx - Defines the storage configuration for an Amazon FSx file system.
storageConfiguration_efs :: Lens' StorageConfiguration (Maybe EfsStorageConfiguration) Source #
Defines the storage configuration for an Amazon EFS file system.
storageConfiguration_fsx :: Lens' StorageConfiguration (Maybe FsxStorageConfiguration) Source #
Defines the storage configuration for an Amazon FSx file system.