AWS Redshift · Schema

ClusterNode

The identifier of a node in a cluster.

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
NodeRole object
PrivateIPAddress object
PublicIPAddress object
View JSON Schema on GitHub

JSON Schema

redshift-cluster-node-schema.json Raw ↑
{
  "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-node-schema.json",
  "title": "ClusterNode"
}