AWS Redshift · Schema

NodeConfigurationOption

A list of node configurations.

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
NodeType object
NumberOfNodes object
EstimatedDiskUtilizationPercent object
Mode object
View JSON Schema on GitHub

JSON Schema

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