AWS::Backup::BackupPlan LifecycleResourceType - 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).

AWS::Backup::BackupPlan LifecycleResourceType

Specifies an object containing an array of Transition objects that determine how long in days before a recovery point transitions to cold storage or is deleted.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

Properties

DeleteAfterDays

Specifies the number of days after creation that a recovery point is deleted. Must be greater than MoveToColdStorageAfterDays.

Required: No

Type: Number

Update requires: No interruption

MoveToColdStorageAfterDays

Specifies the number of days after creation that a recovery point is moved to cold storage.

Required: No

Type: Number

Update requires: No interruption

OptInToArchiveForSupportedResources

If the value is true, your backup plan transitions supported resources to archive (cold) storage tier in accordance with your lifecycle settings.

Required: No

Type: Boolean

Update requires: No interruption