AWS::Backup::BackupPlan LifecycleResourceType - AWS CloudFormation

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