Amazon Data Lifecycle Manager LifecyclePolicy Schedule
The Schedule
property type specifies a backup schedule for an Amazon Data Lifecycle Manager lifecycle
policy.
Schedule is a property of the PolicyDetails property type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CopyTags" :Boolean, "CreateRule" : CreateRule, "Name" :String, "RetainRule" : RetainRule, "TagsToAdd" : [ Tag, ... ] }
YAML
CopyTags:BooleanCreateRule: CreateRule Name:StringRetainRule: RetainRule TagsToAdd: - Tag
Properties
CopyTags-
Copy all user-defined tags on a source volume to snapshots of the volume created by a policy.
Required: No
Type: Boolean
Update requires: No interruption
CreateRule-
The create rule for a policy.
Required: No
Type: CreateRule
Update requires: No interruption
Name-
The name of the schedule.
Required: No
Type: String
Update requires: No interruption
RetainRule-
The retention rule for a policy.
Required: No
Type: RetainRule
Update requires: No interruption
TagsToAdd-
The tags to apply to policy-created resources. These user-defined tags are in addition to the AWS-added lifecycle tags.
Required: No
Type: List of Resource Tag property types
Update requires: No interruption
See Also
-
Automating the Amazon EBS Snapshot Lifecycle in the Amazon EC2 User Guide for Linux Instances
-
Schedule in the Amazon Data Lifecycle Manager API Reference
