AWS Redshift · JSON Structure

Redshift Subnet Structure

Describes a subnet.

Type: object Properties: 3
AnalyticsBig DataCloud DatabaseData WarehouseSQL

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

Properties

SubnetIdentifier SubnetAvailabilityZone SubnetStatus

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "SubnetIdentifier": {},
    "SubnetAvailabilityZone": {},
    "SubnetStatus": {}
  },
  "description": "Describes a subnet.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-subnet-structure.json",
  "name": "Subnet"
}