AWS::DLM::LifecyclePolicy Schedule - 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::DLM::LifecyclePolicy Schedule

[Snapshot and AMI policies only] Specifies a schedule for a snapshot or AMI lifecycle policy.

Syntax

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

Properties

ArchiveRule

Property description not available.

Required: No

Type: ArchiveRule

Update requires: No interruption

CopyTags

Copy all user-defined tags on a source volume to snapshots of the volume created by this policy.

Required: No

Type: Boolean

Update requires: No interruption

CreateRule

The creation rule.

Required: No

Type: CreateRule

Update requires: No interruption

CrossRegionCopyRules

Specifies a rule for copying snapshots or AMIs across regions.

Note

You can't specify cross-Region copy rules for policies that create snapshots on an Outpost. If the policy creates snapshots in a Region, then snapshots can be copied to up to three Regions or Outposts.

Required: No

Type: List of CrossRegionCopyRule

Maximum: 3

Update requires: No interruption

DeprecateRule

Property description not available.

Required: No

Type: DeprecateRule

Update requires: No interruption

FastRestoreRule

[Snapshot policies only] The rule for enabling fast snapshot restore.

Required: No

Type: FastRestoreRule

Update requires: No interruption

Name

The name of the schedule.

Required: No

Type: String

Minimum: 0

Maximum: 120

Pattern: [0-9A-Za-z _-]+

Update requires: No interruption

RetainRule

The retention rule for snapshots or AMIs created by the policy.

Required: No

Type: RetainRule

Update requires: No interruption

ShareRules

[Snapshot policies only] The rule for sharing snapshots with other Amazon Web Services accounts.

Required: No

Type: List of ShareRule

Maximum: 1

Update requires: No interruption

TagsToAdd

The tags to apply to policy-created resources. These user-defined tags are in addition to the Amazon-added lifecycle tags.

Required: No

Type: List of Tag

Maximum: 45

Update requires: No interruption

VariableTags

[AMI policies and snapshot policies that target instances only] A collection of key/value pairs with values determined dynamically when the policy is executed. Keys may be any valid Amazon EC2 tag key. Values must be in one of the two following formats: $(instance-id) or $(timestamp). Variable tags are only valid for EBS Snapshot Management – Instance policies.

Required: No

Type: List of Tag

Maximum: 45

Update requires: No interruption