Amazon Data Lifecycle Manager LifecyclePolicy CreateRule
The
CreateRule property type specifies when to create snapshots of EBS
volumes.
CreateRule is a property of the Schedule property type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Interval" :Integer, "IntervalUnit" :String, "Times" : [String, ... ] }
YAML
Interval:IntegerIntervalUnit:StringTimes: -String
Properties
Interval-
The time interval between snapshots. Supported values are
12and24.Required: Yes
Type: Integer
Update requires: No interruption
IntervalUnit-
The time unit. The supported unit is
HOURS.Required: Yes
Type: String
Update requires: No interruption
Times-
The time, in UTC, to start the operation.
Required: No
Type: List of String values
Update requires: No interruption
See Also
-
Automating the Amazon EBS Snapshot Lifecycle in the Amazon EC2 User Guide for Linux Instances
-
CreateRule in the Amazon Data Lifecycle Manager API Reference
