Interface CfnFileSystemPropsMixin.IReadCacheConfigurationProperty
The configuration for the optional provisioned SSD read cache on Amazon FSx for OpenZFS file systems that use the Intelligent-Tiering storage class.
Namespace: Amazon.CDK.Mixins.Preview.AWS.FSx.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnFileSystemPropsMixin.IReadCacheConfigurationProperty
Syntax (vb)
Public Interface CfnFileSystemPropsMixin.IReadCacheConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.FSx.Mixins;
var readCacheConfigurationProperty = new ReadCacheConfigurationProperty {
SizeGiB = 123,
SizingMode = "sizingMode"
};
Synopsis
Properties
| SizeGiB | Required if |
| SizingMode | Specifies how the provisioned SSD read cache is sized, as follows:. |
Properties
SizeGiB
Required if SizingMode is set to USER_PROVISIONED .
double? SizeGiB { get; }
Property Value
Remarks
Specifies the size of the file system's SSD read cache, in gibibytes (GiB).
SizingMode
Specifies how the provisioned SSD read cache is sized, as follows:.
string? SizingMode { get; }