AWS Redshift · JSON Structure

Redshift Cluster Subnet Group Structure

Describes a subnet group.

Type: object Properties: 6
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

Properties

ClusterSubnetGroupName Description VpcId SubnetGroupStatus Subnets Tags

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

JSON Structure

Raw ↑
{
  "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-cluster-subnet-group-structure.json",
  "name": "ClusterSubnetGroup"
}