AWS Redshift · JSON Structure

Redshift Cluster Parameter Group Structure

Describes a parameter group.

Type: object Properties: 4
AnalyticsBig DataCloud DatabaseData WarehouseSQL

ClusterParameterGroup 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

ParameterGroupName ParameterGroupFamily Description Tags

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ParameterGroupName": {},
    "ParameterGroupFamily": {},
    "Description": {},
    "Tags": {}
  },
  "description": "Describes a parameter group.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-cluster-parameter-group-structure.json",
  "name": "ClusterParameterGroup"
}