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

[Custom snapshot policies only] Specifies a rule for enabling fast snapshot restore for snapshots created by snapshot policies. You can enable fast snapshot restore based on either a count or a time interval.

Syntax

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

JSON

{ "AvailabilityZoneIds" : [ String, ... ], "AvailabilityZones" : [ String, ... ], "Count" : Integer, "Interval" : Integer, "IntervalUnit" : String }

YAML

AvailabilityZoneIds: - String AvailabilityZones: - String Count: Integer Interval: Integer IntervalUnit: String

Properties

AvailabilityZoneIds

The Availability Zone Ids in which to enable fast snapshot restore.

Required: No

Type: Array of String

Minimum: 1

Maximum: 10

Update requires: No interruption

AvailabilityZones

The Availability Zones in which to enable fast snapshot restore.

Required: No

Type: Array of String

Minimum: 1

Maximum: 10

Update requires: No interruption

Count

The number of snapshots to be enabled with fast snapshot restore.

Required: No

Type: Integer

Minimum: 1

Maximum: 1000

Update requires: No interruption

Interval

The amount of time to enable fast snapshot restore. The maximum is 100 years. This is equivalent to 1200 months, 5200 weeks, or 36500 days.

Required: No

Type: Integer

Minimum: 1

Update requires: No interruption

IntervalUnit

The unit of time for enabling fast snapshot restore.

Required: No

Type: String

Allowed values: HOURS | DAYS | WEEKS | MONTHS | YEARS

Update requires: No interruption