Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-readcacheconfiguration.html

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 is set to USER_PROVISIONED .

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

double?

Remarks

Specifies the size of the file system's SSD read cache, in gibibytes (GiB).

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-readcacheconfiguration.html#cfn-fsx-filesystem-readcacheconfiguration-sizegib

SizingMode

Specifies how the provisioned SSD read cache is sized, as follows:.

string? SizingMode { get; }
Property Value

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-readcacheconfiguration.html#cfn-fsx-filesystem-readcacheconfiguration-sizingmode

    Back to top Generated by DocFX