AWS Redshift · Schema

ClusterSubnetGroupMessage

Contains the output from the DescribeClusterSubnetGroups action.

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

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

JSON Schema

redshift-cluster-subnet-group-message-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "Marker": {},
    "ClusterSubnetGroups": {}
  },
  "description": "Contains the output from the <a>DescribeClusterSubnetGroups</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-subnet-group-message-schema.json",
  "title": "ClusterSubnetGroupMessage"
}