Module: AWSCDK::FSX::DriveCacheType
- Defined in:
- fsx/drive_cache_type.rb
Overview
The type of drive cache used by PERSISTENT_1 file systems that are provisioned with HDD storage devices.
Constant Summary collapse
- NONE =
Deprecated.Note:
Default:
The Lustre file system is configured with no data cache.
Jsii::Enum.new("aws-cdk-lib.aws_fsx.DriveCacheType", "NONE")
- READ =
Deprecated.Note:
Default:
The Lustre file system is configured with a read cache.
Jsii::Enum.new("aws-cdk-lib.aws_fsx.DriveCacheType", "READ")