AWS::DLM::LifecyclePolicy Action

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

Syntax

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

JSON

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

Properties

CrossRegionCopy

The rule for copying shared snapshots across Regions.

Required: Yes

Type: List of CrossRegionCopyAction

Maximum: 3

Update requires: No interruption

Name

A descriptive name for the action.

Required: Yes

Type: String

Minimum: 0

Maximum: 120

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

Update requires: No interruption