AWS::Redshift::SnapshotScheduleCreates a snapshot schedule that lets you set up automatic snapshots of your Amazon Redshift cluster at regular intervals.
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ScheduleDefinitions | Array<string> | Required |
ScheduleIdentifier | string | RequiredCreate-only |
ScheduleDescription | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the snapshot schedule. |
AssociatedClusterCount | integer | The number of clusters associated with the schedule. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Redshift::SnapshotSchedule
Resources:
MyResource:
Type: AWS::Redshift::SnapshotSchedule
Properties:
ScheduleIdentifier: "my-scheduleidentifier"
ScheduleDefinitions: []
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
redshift:CreateSnapshotScheduleredshift:DescribeSnapshotSchedulesredshift:CreateTagsredshift:DescribeSnapshotSchedulesredshift:ModifySnapshotScheduleredshift:DescribeSnapshotSchedulesredshift:CreateTagsredshift:DeleteTagsredshift:DeleteSnapshotScheduleredshift:DescribeSnapshotSchedulesredshift:DescribeSnapshotSchedulesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ScheduleIdentifierScheduleDescription