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::Redshift::SnapshotSchedule
Describes a snapshot schedule. You can set a regular interval for creating snapshots of a cluster. You can also schedule snapshots for specific dates.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Redshift::SnapshotSchedule", "Properties" : { "ScheduleDefinitions" :[ String, ... ], "ScheduleDescription" :String, "ScheduleIdentifier" :String, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::Redshift::SnapshotSchedule Properties: ScheduleDefinitions:- StringScheduleDescription:StringScheduleIdentifier:StringTags:- Tag
Properties
ScheduleDefinitions-
A list of ScheduleDefinitions.
Required: Yes
Type: Array of String
Update requires: No interruption
ScheduleDescription-
The description of the schedule.
Required: No
Type: String
Maximum:
2147483647Update requires: Replacement
ScheduleIdentifier-
A unique identifier for the schedule.
Required: Yes
Type: String
Maximum:
2147483647Update requires: Replacement
-
An optional set of tags describing the schedule.
Required: No
Type: Array of Tag
Update requires: No interruption
Return values
Ref
Fn::GetAtt
ArnProperty description not available.
AssociatedClusterCount-
The number of clusters associated with the schedule.