View a markdown version of this page

AWS::Redshift::SnapshotSchedule - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon 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.