Amazon MemoryDB · JSON Structure

Memorydb Api Subnet Group Structure

Represents the output of one of the following operations: CreateSubnetGroup / DescribeSubnetGroups.

Type: object Properties: 4
BroadcastingMedia ProcessingMedia

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

Properties

ARN Description Name VpcId

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-memorydb/refs/heads/main/json-structure/memorydb-api-subnet-group-structure.json",
  "name": "SubnetGroup",
  "type": "object",
  "description": "Represents the output of one of the following operations: CreateSubnetGroup / DescribeSubnetGroups.",
  "properties": {
    "ARN": {
      "type": "string",
      "description": "The ARN of the subnet group."
    },
    "Description": {
      "type": "string",
      "description": "A description of the subnet group."
    },
    "Name": {
      "type": "string",
      "description": "The name of the subnet group."
    },
    "VpcId": {
      "type": "string",
      "description": "The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group."
    }
  }
}