AWS Redshift · Schema

ClusterParameterGroupStatus

Describes the status of a parameter group.

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
ParameterGroupName object
ParameterApplyStatus object
ClusterParameterStatusList object
View JSON Schema on GitHub

JSON Schema

redshift-cluster-parameter-group-status-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "ParameterGroupName": {},
    "ParameterApplyStatus": {},
    "ClusterParameterStatusList": {}
  },
  "description": "Describes the status of 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-status-schema.json",
  "title": "ClusterParameterGroupStatus"
}