AWS Redshift · Schema

ClusterSubnetGroup

Describes a subnet group.

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
ClusterSubnetGroupName object
Description object
VpcId object
SubnetGroupStatus object
Subnets object
Tags object
View JSON Schema on GitHub

JSON Schema

redshift-cluster-subnet-group-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "ClusterSubnetGroupName": {},
    "Description": {},
    "VpcId": {},
    "SubnetGroupStatus": {},
    "Subnets": {},
    "Tags": {}
  },
  "description": "Describes a subnet group.",
  "$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-schema.json",
  "title": "ClusterSubnetGroup"
}