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 |
Synopsis
- data FileCacheLustreConfiguration = FileCacheLustreConfiguration' {}
- newFileCacheLustreConfiguration :: FileCacheLustreConfiguration
- fileCacheLustreConfiguration_deploymentType :: Lens' FileCacheLustreConfiguration (Maybe FileCacheLustreDeploymentType)
- fileCacheLustreConfiguration_logConfiguration :: Lens' FileCacheLustreConfiguration (Maybe LustreLogConfiguration)
- fileCacheLustreConfiguration_metadataConfiguration :: Lens' FileCacheLustreConfiguration (Maybe FileCacheLustreMetadataConfiguration)
- fileCacheLustreConfiguration_mountName :: Lens' FileCacheLustreConfiguration (Maybe Text)
- fileCacheLustreConfiguration_perUnitStorageThroughput :: Lens' FileCacheLustreConfiguration (Maybe Natural)
- fileCacheLustreConfiguration_weeklyMaintenanceStartTime :: Lens' FileCacheLustreConfiguration (Maybe Text)
Documentation
data FileCacheLustreConfiguration Source #
The configuration for the Amazon File Cache resource.
See: newFileCacheLustreConfiguration
smart constructor.
FileCacheLustreConfiguration' | |
|
Instances
newFileCacheLustreConfiguration :: FileCacheLustreConfiguration Source #
Create a value of FileCacheLustreConfiguration
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:deploymentType:FileCacheLustreConfiguration'
, fileCacheLustreConfiguration_deploymentType
- The deployment type of the Amazon File Cache resource, which must be
CACHE_1
.
$sel:logConfiguration:FileCacheLustreConfiguration'
, fileCacheLustreConfiguration_logConfiguration
- The configuration for Lustre logging used to write the enabled logging
events for your Amazon File Cache resource to Amazon CloudWatch Logs.
$sel:metadataConfiguration:FileCacheLustreConfiguration'
, fileCacheLustreConfiguration_metadataConfiguration
- The configuration for a Lustre MDT (Metadata Target) storage volume.
$sel:mountName:FileCacheLustreConfiguration'
, fileCacheLustreConfiguration_mountName
- You use the MountName
value when mounting the cache. If you pass a
cache ID to the DescribeFileCaches
operation, it returns the the
MountName
value as part of the cache's description.
$sel:perUnitStorageThroughput:FileCacheLustreConfiguration'
, fileCacheLustreConfiguration_perUnitStorageThroughput
- Per unit storage throughput represents the megabytes per second of read
or write throughput per 1 tebibyte of storage provisioned. Cache
throughput capacity is equal to Storage capacity (TiB) *
PerUnitStorageThroughput (MB/s/TiB). The only supported value is
1000
.
$sel:weeklyMaintenanceStartTime:FileCacheLustreConfiguration'
, fileCacheLustreConfiguration_weeklyMaintenanceStartTime
- Undocumented member.
fileCacheLustreConfiguration_deploymentType :: Lens' FileCacheLustreConfiguration (Maybe FileCacheLustreDeploymentType) Source #
The deployment type of the Amazon File Cache resource, which must be
CACHE_1
.
fileCacheLustreConfiguration_logConfiguration :: Lens' FileCacheLustreConfiguration (Maybe LustreLogConfiguration) Source #
The configuration for Lustre logging used to write the enabled logging events for your Amazon File Cache resource to Amazon CloudWatch Logs.
fileCacheLustreConfiguration_metadataConfiguration :: Lens' FileCacheLustreConfiguration (Maybe FileCacheLustreMetadataConfiguration) Source #
The configuration for a Lustre MDT (Metadata Target) storage volume.
fileCacheLustreConfiguration_mountName :: Lens' FileCacheLustreConfiguration (Maybe Text) Source #
You use the MountName
value when mounting the cache. If you pass a
cache ID to the DescribeFileCaches
operation, it returns the the
MountName
value as part of the cache's description.
fileCacheLustreConfiguration_perUnitStorageThroughput :: Lens' FileCacheLustreConfiguration (Maybe Natural) Source #
Per unit storage throughput represents the megabytes per second of read
or write throughput per 1 tebibyte of storage provisioned. Cache
throughput capacity is equal to Storage capacity (TiB) *
PerUnitStorageThroughput (MB/s/TiB). The only supported value is
1000
.
fileCacheLustreConfiguration_weeklyMaintenanceStartTime :: Lens' FileCacheLustreConfiguration (Maybe Text) Source #
Undocumented member.