AWS Redshift · JSON Structure

Redshift Cluster Version Structure

Describes a cluster version, including the parameter group family and description of the version.

Type: object Properties: 3
AnalyticsBig DataCloud DatabaseData WarehouseSQL

ClusterVersion 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

ClusterVersion ClusterParameterGroupFamily Description

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ClusterVersion": {},
    "ClusterParameterGroupFamily": {},
    "Description": {}
  },
  "description": "Describes a cluster version, including the parameter group family and description of the version.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-cluster-version-structure.json",
  "name": "ClusterVersion"
}