AWS Redshift · Schema

OrderableClusterOption

Describes an orderable cluster option.

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
ClusterVersion object
ClusterType object
NodeType object
AvailabilityZones object
View JSON Schema on GitHub

JSON Schema

redshift-orderable-cluster-option-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "ClusterVersion": {},
    "ClusterType": {},
    "NodeType": {},
    "AvailabilityZones": {}
  },
  "description": "Describes an orderable cluster option.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-orderable-cluster-option-schema.json",
  "title": "OrderableClusterOption"
}