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
This contains metadata about a tiering configuration.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Backup::TieringConfiguration", "Properties" : { "BackupVaultName" :String, "ResourceSelection" :[ ResourceSelection, ... ], "TieringConfigurationName" :String, "TieringConfigurationTags" :{} }Key:Value, ...}
YAML
Type: AWS::Backup::TieringConfiguration Properties: BackupVaultName:StringResourceSelection:- ResourceSelectionTieringConfigurationName:StringTieringConfigurationTags:Key:Value
Properties
BackupVaultName-
The name of the backup vault where the tiering configuration applies. Use
*to apply to all backup vaults.Required: Yes
Type: String
Pattern:
^(\*|[a-zA-Z0-9\-\_]{2,50})$Update requires: No interruption
ResourceSelection-
An array of resource selection objects that specify which resources are included in the tiering configuration and their tiering settings.
Required: Yes
Type: Array of ResourceSelection
Update requires: No interruption
TieringConfigurationName-
The unique name of the tiering configuration. This cannot be changed after creation, and it must consist of only alphanumeric characters and underscores.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9_]{1,200}$Update requires: Replacement
Property description not available.
Required: No
Type: Object of String
Pattern:
^.{1,128}$Update requires: No interruption
Return values
Ref
Fn::GetAtt
CreationTime-
The date and time a tiering configuration was created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationTimeis accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087AM. LastUpdatedTime-
The date and time a tiering configuration was updated, in Unix format and Coordinated Universal Time (UTC). The value of
LastUpdatedTimeis accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087AM. TieringConfigurationArn-
An Amazon Resource Name (ARN) that uniquely identifies the tiering configuration.