AWS Redshift · Schema

ClusterParameterGroup

Describes a parameter group.

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
ParameterGroupName object
ParameterGroupFamily object
Description object
Tags object
View JSON Schema on GitHub

JSON Schema

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