AWS Redshift · Schema

ClustersMessage

Contains the output from the DescribeClusters action.

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

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

JSON Schema

redshift-clusters-message-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "Marker": {},
    "Clusters": {}
  },
  "description": "Contains the output from the <a>DescribeClusters</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-clusters-message-schema.json",
  "title": "ClustersMessage"
}