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::S3Files::FileSystem SynchronizationConfiguration
The synchronization configuration for the file system.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "ExpirationDataRules" :[ ExpirationDataRule, ... ], "ImportDataRules" :[ ImportDataRule, ... ], "LatestVersionNumber" :Integer}
YAML
ExpirationDataRules:- ExpirationDataRuleImportDataRules:- ImportDataRuleLatestVersionNumber:Integer
Properties
ExpirationDataRules-
The rules that control when cached data expires from the file system.
Required: Yes
Type: Array of ExpirationDataRule
Minimum:
1Maximum:
1Update requires: No interruption
ImportDataRules-
The rules that control how data is imported from S3 into the file system.
Required: Yes
Type: Array of ImportDataRule
Minimum:
1Maximum:
10Update requires: No interruption
LatestVersionNumber-
The latest version number of the synchronization configuration.
Required: No
Type: Integer
Update requires: No interruption