This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::FSx::FileSystem DataReadCacheConfiguration
The configuration for the optional provisioned SSD read cache on Amazon FSx for Lustre file systems that use the Intelligent-Tiering storage class.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "SizeGiB" :Integer, "SizingMode" :String}
YAML
SizeGiB:IntegerSizingMode:String
Properties
- SizeGiB
- 
                    Required if SizingModeis set toUSER_PROVISIONED. Specifies the size of the file system's SSD read cache, in gibibytes (GiB).Required: No Type: Integer Update requires: No interruption 
- SizingMode
- 
                    Specifies how the provisioned SSD read cache is sized, as follows: - 
                            Set to NO_CACHEif you do not want to use an SSD read cache with your Intelligent-Tiering file system.
- 
                            Set to USER_PROVISIONEDto specify the exact size of your SSD read cache.
- 
                            Set to PROPORTIONAL_TO_THROUGHPUT_CAPACITYto have your SSD read cache automatically sized based on your throughput capacity.
 Required: No Type: String Update requires: No interruption 
-