AWS Redshift · Schema

SnapshotMessage

Contains the output from the DescribeClusterSnapshots action.

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
Marker object
Snapshots object
View JSON Schema on GitHub

JSON Schema

redshift-snapshot-message-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "Marker": {},
    "Snapshots": {}
  },
  "description": "Contains the output from the <a>DescribeClusterSnapshots</a> action. ",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-snapshot-message-schema.json",
  "title": "SnapshotMessage"
}