AWS Redshift · JSON Structure

Redshift Node Configuration Option Structure

A list of node configurations.

Type: object Properties: 4
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

Properties

NodeType NumberOfNodes EstimatedDiskUtilizationPercent Mode

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "NodeType": {},
    "NumberOfNodes": {},
    "EstimatedDiskUtilizationPercent": {},
    "Mode": {}
  },
  "description": "A list of node configurations.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-node-configuration-option-structure.json",
  "name": "NodeConfigurationOption"
}