AWS Redshift · Schema

CreateClusterParameterGroupMessage

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

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

JSON Schema

redshift-create-cluster-parameter-group-message-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "ParameterGroupName": {},
    "ParameterGroupFamily": {},
    "Description": {},
    "Tags": {}
  },
  "required": [
    "ParameterGroupName",
    "ParameterGroupFamily",
    "Description"
  ],
  "description": "<p/>",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-create-cluster-parameter-group-message-schema.json",
  "title": "CreateClusterParameterGroupMessage"
}