| 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.CreateFileCacheLustreConfiguration
Description
Synopsis
- data CreateFileCacheLustreConfiguration = CreateFileCacheLustreConfiguration' {}
- newCreateFileCacheLustreConfiguration :: Natural -> FileCacheLustreDeploymentType -> FileCacheLustreMetadataConfiguration -> CreateFileCacheLustreConfiguration
- createFileCacheLustreConfiguration_weeklyMaintenanceStartTime :: Lens' CreateFileCacheLustreConfiguration (Maybe Text)
- createFileCacheLustreConfiguration_perUnitStorageThroughput :: Lens' CreateFileCacheLustreConfiguration Natural
- createFileCacheLustreConfiguration_deploymentType :: Lens' CreateFileCacheLustreConfiguration FileCacheLustreDeploymentType
- createFileCacheLustreConfiguration_metadataConfiguration :: Lens' CreateFileCacheLustreConfiguration FileCacheLustreMetadataConfiguration
Documentation
data CreateFileCacheLustreConfiguration Source #
The Amazon File Cache configuration for the cache that you are creating.
See: newCreateFileCacheLustreConfiguration smart constructor.
Constructors
| CreateFileCacheLustreConfiguration' | |
Fields
| |
Instances
newCreateFileCacheLustreConfiguration Source #
Arguments
Create a value of CreateFileCacheLustreConfiguration 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:weeklyMaintenanceStartTime:CreateFileCacheLustreConfiguration', createFileCacheLustreConfiguration_weeklyMaintenanceStartTime - Undocumented member.
$sel:perUnitStorageThroughput:CreateFileCacheLustreConfiguration', createFileCacheLustreConfiguration_perUnitStorageThroughput - Provisions the amount of read and write throughput for each 1 tebibyte
(TiB) of cache storage capacity, in MB/s/TiB. The only supported value
is 1000.
$sel:deploymentType:CreateFileCacheLustreConfiguration', createFileCacheLustreConfiguration_deploymentType - Specifies the cache deployment type, which must be CACHE_1.
$sel:metadataConfiguration:CreateFileCacheLustreConfiguration', createFileCacheLustreConfiguration_metadataConfiguration - The configuration for a Lustre MDT (Metadata Target) storage volume.
createFileCacheLustreConfiguration_weeklyMaintenanceStartTime :: Lens' CreateFileCacheLustreConfiguration (Maybe Text) Source #
Undocumented member.
createFileCacheLustreConfiguration_perUnitStorageThroughput :: Lens' CreateFileCacheLustreConfiguration Natural Source #
Provisions the amount of read and write throughput for each 1 tebibyte
(TiB) of cache storage capacity, in MB/s/TiB. The only supported value
is 1000.
createFileCacheLustreConfiguration_deploymentType :: Lens' CreateFileCacheLustreConfiguration FileCacheLustreDeploymentType Source #
Specifies the cache deployment type, which must be CACHE_1.
createFileCacheLustreConfiguration_metadataConfiguration :: Lens' CreateFileCacheLustreConfiguration FileCacheLustreMetadataConfiguration Source #
The configuration for a Lustre MDT (Metadata Target) storage volume.