AWS Redshift · JSON Structure

Redshift Snapshot Schedule Structure

Describes a snapshot schedule. You can set a regular interval for creating snapshots of a cluster. You can also schedule snapshots for specific dates.

Type: object Properties: 7
AnalyticsBig DataCloud DatabaseData WarehouseSQL

SnapshotSchedule is a JSON Structure definition published by AWS Redshift, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ScheduleDefinitions ScheduleIdentifier ScheduleDescription Tags NextInvocations AssociatedClusterCount AssociatedClusters

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ScheduleDefinitions": {},
    "ScheduleIdentifier": {},
    "ScheduleDescription": {},
    "Tags": {},
    "NextInvocations": {},
    "AssociatedClusterCount": {},
    "AssociatedClusters": {}
  },
  "description": "Describes a snapshot schedule. You can set a regular interval for creating snapshots of a cluster. You can also schedule snapshots for specific dates. ",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-snapshot-schedule-structure.json",
  "name": "SnapshotSchedule"
}