| 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.FSx.Types.FileCacheLustreMetadataConfiguration
Description
Documentation
data FileCacheLustreMetadataConfiguration Source #
The configuration for a Lustre MDT (Metadata Target) storage volume. The metadata on Amazon File Cache is managed by a Lustre Metadata Server (MDS) while the actual metadata is persisted on an MDT.
See: newFileCacheLustreMetadataConfiguration smart constructor.
Constructors
| FileCacheLustreMetadataConfiguration' | |
Fields
| |
Instances
newFileCacheLustreMetadataConfiguration Source #
Arguments
| :: Natural | |
| -> FileCacheLustreMetadataConfiguration |
Create a value of FileCacheLustreMetadataConfiguration 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:storageCapacity:FileCacheLustreMetadataConfiguration', fileCacheLustreMetadataConfiguration_storageCapacity - The storage capacity of the Lustre MDT (Metadata Target) storage volume
in gibibytes (GiB). The only supported value is 2400 GiB.
fileCacheLustreMetadataConfiguration_storageCapacity :: Lens' FileCacheLustreMetadataConfiguration Natural Source #
The storage capacity of the Lustre MDT (Metadata Target) storage volume
in gibibytes (GiB). The only supported value is 2400 GiB.