AWS Redshift · JSON Structure

Redshift Describe Snapshot Schedules Message Structure

DescribeSnapshotSchedulesMessage schema from Amazon Redshift

Type: object Properties: 6
AnalyticsBig DataCloud DatabaseData WarehouseSQL

DescribeSnapshotSchedulesMessage 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

ClusterIdentifier ScheduleIdentifier TagKeys TagValues Marker MaxRecords

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ClusterIdentifier": {},
    "ScheduleIdentifier": {},
    "TagKeys": {},
    "TagValues": {},
    "Marker": {},
    "MaxRecords": {}
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-describe-snapshot-schedules-message-structure.json",
  "name": "DescribeSnapshotSchedulesMessage",
  "description": "DescribeSnapshotSchedulesMessage schema from Amazon Redshift"
}