AWS Redshift · Schema

ClusterVersionsMessage

Contains the output from the DescribeClusterVersions action.

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

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

JSON Schema

redshift-cluster-versions-message-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "Marker": {},
    "ClusterVersions": {}
  },
  "description": "Contains the output from the <a>DescribeClusterVersions</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-cluster-versions-message-schema.json",
  "title": "ClusterVersionsMessage"
}