AWS Redshift · Schema

ClusterNodesList

ClusterNodesList schema from Amazon Redshift

AnalyticsBig DataCloud DatabaseData WarehouseSQL
View JSON Schema on GitHub

JSON Schema

redshift-cluster-nodes-list-schema.json Raw ↑
{
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "NodeRole": {},
      "PrivateIPAddress": {},
      "PublicIPAddress": {}
    },
    "description": "The identifier of a node in a cluster."
  },
  "$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-nodes-list-schema.json",
  "title": "ClusterNodesList",
  "description": "ClusterNodesList schema from Amazon Redshift"
}