AWS::Redshift::SnapshotSchedule - 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::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: - String ScheduleDescription: String ScheduleIdentifier: String Tags: - 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: 2147483647

Update requires: Replacement

ScheduleIdentifier

A unique identifier for the schedule.

Required: Yes

Type: String

Maximum: 2147483647

Update requires: Replacement

Tags

An optional set of tags describing the schedule.

Required: No

Type: Array of Tag

Update requires: No interruption

Return values

Ref

Fn::GetAtt

Arn

Property description not available.

AssociatedClusterCount

The number of clusters associated with the schedule.