AWS Redshift · JSON Structure

Redshift Modify Cluster Subnet Group Message Structure

Type: object Properties: 3 Required: 2
AnalyticsBig DataCloud DatabaseData WarehouseSQL

ModifyClusterSubnetGroupMessage is a JSON Structure definition published by AWS Redshift, describing 3 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ClusterSubnetGroupName Description SubnetIds

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ClusterSubnetGroupName": {},
    "Description": {},
    "SubnetIds": {}
  },
  "required": [
    "ClusterSubnetGroupName",
    "SubnetIds"
  ],
  "description": "<p/>",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-modify-cluster-subnet-group-message-structure.json",
  "name": "ModifyClusterSubnetGroupMessage"
}