AWS Redshift · Schema

ClusterParameterGroupDetails

Contains the output from the DescribeClusterParameters action.

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
Parameters object
Marker object
View JSON Schema on GitHub

JSON Schema

redshift-cluster-parameter-group-details-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "Parameters": {},
    "Marker": {}
  },
  "description": "Contains the output from the <a>DescribeClusterParameters</a> action. ",
  "$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-details-schema.json",
  "title": "ClusterParameterGroupDetails"
}