AWS Redshift · Schema

DefaultClusterParameters

Describes the default cluster parameters for a parameter group family.

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
ParameterGroupFamily object
Marker object
Parameters object
View JSON Schema on GitHub

JSON Schema

redshift-default-cluster-parameters-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "ParameterGroupFamily": {},
    "Marker": {},
    "Parameters": {}
  },
  "description": "Describes the default cluster parameters for a parameter group family.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-default-cluster-parameters-schema.json",
  "title": "DefaultClusterParameters"
}