AWS::Backup::BackupPlan LifecycleResourceType - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

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