AWS Redshift · Schema

ClusterParameterStatusList

ClusterParameterStatusList schema from Amazon Redshift

AnalyticsBig DataCloud DatabaseData WarehouseSQL
View JSON Schema on GitHub

JSON Schema

redshift-cluster-parameter-status-list-schema.json Raw ↑
{
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "ParameterName": {},
      "ParameterApplyStatus": {},
      "ParameterApplyErrorDescription": {}
    },
    "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-status-list-schema.json",
  "title": "ClusterParameterStatusList",
  "description": "ClusterParameterStatusList schema from Amazon Redshift"
}