Interface CfnFileSystem.ReadCacheConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnFileSystem.ReadCacheConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnFileSystem

@Stability(Stable) public static interface CfnFileSystem.ReadCacheConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The configuration for the optional provisioned SSD read cache on file systems that use the Intelligent-Tiering storage class.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.fsx.*;
 ReadCacheConfigurationProperty readCacheConfigurationProperty = ReadCacheConfigurationProperty.builder()
         .sizeGiB(123)
         .sizingMode("sizingMode")
         .build();
 

See Also: