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

[Event-based policies only] Specifies an action for an event-based policy.

Syntax

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

JSON

{ "CrossRegionCopy" : [ CrossRegionCopyAction, ... ], "Name" : String }

Properties

CrossRegionCopy

The rule for copying shared snapshots across Regions.

Required: Yes

Type: Array of CrossRegionCopyAction

Minimum: 0

Maximum: 3

Update requires: No interruption

Name

A descriptive name for the action.

Required: Yes

Type: String

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

Minimum: 0

Maximum: 120

Update requires: No interruption