This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::FSx::FileCache LustreConfiguration
The LustreConfiguration property type specifies Property description not available. for an AWS::FSx::FileCache.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "DeploymentType" :String, "LogConfiguration" :LogConfiguration, "MetadataConfiguration" :MetadataConfiguration, "MountName" :String, "PerUnitStorageThroughput" :Integer, "WeeklyMaintenanceStartTime" :String}
YAML
DeploymentType:StringLogConfiguration:LogConfigurationMetadataConfiguration:MetadataConfigurationMountName:StringPerUnitStorageThroughput:IntegerWeeklyMaintenanceStartTime:String
Properties
DeploymentTypeProperty description not available.
Required: Yes
Type: String
Allowed values:
CACHE_1Update requires: Replacement
LogConfigurationProperty description not available.
Required: No
Type: LogConfiguration
Update requires: No interruption
MetadataConfigurationProperty description not available.
Required: Yes
Type: MetadataConfiguration
Update requires: Replacement
MountNameProperty description not available.
Required: No
Type: String
Pattern:
^([A-Za-z0-9_-]{1,8})$Minimum:
1Maximum:
8Update requires: No interruption
PerUnitStorageThroughputProperty description not available.
Required: Yes
Type: Integer
Minimum:
12Maximum:
1000Update requires: Replacement
WeeklyMaintenanceStartTimeProperty description not available.
Required: No
Type: String
Pattern:
^[1-7]:([01]\d|2[0-3]):?([0-5]\d)$Minimum:
7Maximum:
7Update requires: No interruption