AWS Redshift · JSON Structure

Redshift Cluster Node Structure

The identifier of a node in a cluster.

Type: object Properties: 3
AnalyticsBig DataCloud DatabaseData WarehouseSQL

ClusterNode is a JSON Structure definition published by AWS Redshift, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

NodeRole PrivateIPAddress PublicIPAddress

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "NodeRole": {},
    "PrivateIPAddress": {},
    "PublicIPAddress": {}
  },
  "description": "The identifier of a node in a cluster.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-cluster-node-structure.json",
  "name": "ClusterNode"
}