AWS Redshift · JSON Structure

Redshift Create Cluster Subnet Group Result Structure

CreateClusterSubnetGroupResult schema from Amazon Redshift

Type: object Properties: 1
AnalyticsBig DataCloud DatabaseData WarehouseSQL

CreateClusterSubnetGroupResult is a JSON Structure definition published by AWS Redshift, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ClusterSubnetGroup

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ClusterSubnetGroup": {
      "type": "object",
      "properties": {
        "ClusterSubnetGroupName": {},
        "Description": {},
        "VpcId": {},
        "SubnetGroupStatus": {},
        "Subnets": {},
        "Tags": {}
      },
      "description": "Describes a subnet group."
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-create-cluster-subnet-group-result-structure.json",
  "name": "CreateClusterSubnetGroupResult",
  "description": "CreateClusterSubnetGroupResult schema from Amazon Redshift"
}