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

The number of days after creation that a recovery point is deleted. This value must be at least 90 days after the number of days specified in MoveToColdStorageAfterDays.

Required: No

Type: Number

Update requires: No interruption

MoveToColdStorageAfterDays

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