AWS::Backup::TieringConfiguration ResourceSelection - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: - String ResourceType: String TieringDownSettingsInDays: 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, S3 for Amazon S3. For tiering configurations, this is currently limited to S3.

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: 60

Maximum: 36500

Update requires: No interruption