AWS Redshift · JSON Structure

Redshift Modify Snapshot Schedule Message Structure

ModifySnapshotScheduleMessage schema from Amazon Redshift

Type: object Properties: 2 Required: 2
AnalyticsBig DataCloud DatabaseData WarehouseSQL

ModifySnapshotScheduleMessage is a JSON Structure definition published by AWS Redshift, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ScheduleIdentifier ScheduleDefinitions

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

JSON Structure

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