AWS Redshift · JSON Structure

Redshift Cluster Parameter Groups Message Structure

Contains the output from the DescribeClusterParameterGroups action.

Type: object Properties: 2
AnalyticsBig DataCloud DatabaseData WarehouseSQL

ClusterParameterGroupsMessage is a JSON Structure definition published by AWS Redshift, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Marker ParameterGroups

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "Marker": {},
    "ParameterGroups": {}
  },
  "description": "Contains the output from the <a>DescribeClusterParameterGroups</a> action. ",
  "$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-groups-message-structure.json",
  "name": "ClusterParameterGroupsMessage"
}