Class CfnFileSystemPropsMixin.DataReadCacheConfigurationProperty
The configuration for the optional provisioned SSD read cache on Amazon FSx for Lustre file systems that use the Intelligent-Tiering storage class.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.FSx.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnFileSystemPropsMixin.DataReadCacheConfigurationProperty : CfnFileSystemPropsMixin.IDataReadCacheConfigurationProperty
Syntax (vb)
Public Class CfnFileSystemPropsMixin.DataReadCacheConfigurationProperty Implements CfnFileSystemPropsMixin.IDataReadCacheConfigurationProperty
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 dataReadCacheConfigurationProperty = new DataReadCacheConfigurationProperty {
SizeGiB = 123,
SizingMode = "sizingMode"
};
Synopsis
Constructors
| DataReadCacheConfigurationProperty() | The configuration for the optional provisioned SSD read cache on Amazon FSx for Lustre file systems that use the Intelligent-Tiering storage class. |
Properties
| SizeGiB | Required if |
| SizingMode | Specifies how the provisioned SSD read cache is sized, as follows:. |
Constructors
DataReadCacheConfigurationProperty()
The configuration for the optional provisioned SSD read cache on Amazon FSx for Lustre file systems that use the Intelligent-Tiering storage class.
public DataReadCacheConfigurationProperty()
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 dataReadCacheConfigurationProperty = new DataReadCacheConfigurationProperty {
SizeGiB = 123,
SizingMode = "sizingMode"
};
Properties
SizeGiB
Required if SizingMode is set to USER_PROVISIONED .
public double? SizeGiB { get; set; }
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:.
public string? SizingMode { get; set; }