---
type: resource-type
title: SnapshotSchedule
description: aws resource type AWS::Redshift::SnapshotSchedule
name: SnapshotSchedule
lexicon: aws
resource_type: AWS::Redshift::SnapshotSchedule
---
`AWS::Redshift::SnapshotSchedule`, a resource type of the aws lexicon.

## Properties

- `ScheduleDefinitions` (`string[]`, required): The definition of the snapshot schedule. The definition is made up of schedule expressions, for example "cron(30 12 *)" or "rate(12 hours)".
- `ScheduleIdentifier` (`string`, required): A unique identifier for the snapshot schedule. Only alphanumeric characters are allowed.
- `Arn` (`string`, optional): The Amazon Resource Name (ARN) of the snapshot schedule.
- `AssociatedClusterCount` (`number`, optional): The number of clusters associated with the schedule.
- `ScheduleDescription` (`string`, optional): The description of the snapshot schedule.
- `Tags` (`SnapshotSchedule_Tag[]`, optional): An optional set of tags for the snapshot schedule.

## Attributes

- `Arn`
- `AssociatedClusterCount`
