This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::Backup::TieringConfiguration ResourceSelection
This contains metadata about resource selection for tiering configurations.
You can specify up to 5 different resource selections per tiering configuration. Data moved to lower-cost tier remains there until deletion (one-way transition).
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Resources" :[ String, ... ], "ResourceType" :String, "TieringDownSettingsInDays" :Integer}
YAML
Resources:- StringResourceType:StringTieringDownSettingsInDays:Integer
Properties
Resources-
An array of strings that either contains ARNs of the associated resources or contains a wildcard
*to specify all resources. You can specify up to 100 specific resources per tiering configuration.Required: Yes
Type: Array of String
Update requires: No interruption
ResourceType-
The type of Amazon resource; for example,
S3for Amazon S3. For tiering configurations, this is currently limited toS3.Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9\-\_\.]{1,50}$Update requires: No interruption
TieringDownSettingsInDays-
The number of days after creation within a backup vault that an object can transition to the low cost warm storage tier. Must be a positive integer between 60 and 36500 days.
Required: Yes
Type: Integer
Minimum:
60Maximum:
36500Update requires: No interruption