Amazon Neptune · JSON Structure

Management Db Subnet Group Structure

Contains the details of a Neptune DB subnet group.

Type: object Properties: 6
DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

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

Properties

DBSubnetGroupName DBSubnetGroupDescription VpcId SubnetGroupStatus Subnets DBSubnetGroupArn

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-neptune/refs/heads/main/json-structure/management-db-subnet-group-structure.json",
  "name": "DBSubnetGroup",
  "description": "Contains the details of a Neptune DB subnet group.",
  "type": "object",
  "properties": {
    "DBSubnetGroupName": {
      "type": "string"
    },
    "DBSubnetGroupDescription": {
      "type": "string"
    },
    "VpcId": {
      "type": "string"
    },
    "SubnetGroupStatus": {
      "type": "string"
    },
    "Subnets": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "SubnetIdentifier": {
            "type": "string"
          },
          "SubnetAvailabilityZone": {
            "type": "object",
            "properties": {
              "Name": {
                "type": "string"
              }
            }
          },
          "SubnetStatus": {
            "type": "string"
          }
        }
      }
    },
    "DBSubnetGroupArn": {
      "type": "string"
    }
  }
}