AWS Redshift · JSON Structure

Redshift Orderable Cluster Option Structure

Describes an orderable cluster option.

Type: object Properties: 4
AnalyticsBig DataCloud DatabaseData WarehouseSQL

OrderableClusterOption 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

ClusterVersion ClusterType NodeType AvailabilityZones

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

JSON Structure

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