AWS Redshift · JSON Structure

Redshift Create Snapshot Schedule Message Structure

CreateSnapshotScheduleMessage schema from Amazon Redshift

Type: object Properties: 6
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

Properties

ScheduleDefinitions ScheduleIdentifier ScheduleDescription Tags DryRun NextInvocations

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ScheduleDefinitions": {},
    "ScheduleIdentifier": {},
    "ScheduleDescription": {},
    "Tags": {},
    "DryRun": {},
    "NextInvocations": {}
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-create-snapshot-schedule-message-structure.json",
  "name": "CreateSnapshotScheduleMessage",
  "description": "CreateSnapshotScheduleMessage schema from Amazon Redshift"
}