SubnetGroup
Represents the output of one of the following actions:
- 
         CreateSubnetGroup 
- 
         ModifySubnetGroup 
Contents
Note
In the following list, the required parameters are described first.
- Description
- 
               The description of the subnet group. Type: String Required: No 
- SubnetGroupName
- 
               The name of the subnet group. Type: String Required: No 
- Subnets
- 
               A list of subnets associated with the subnet group. Type: Array of Subnet objects Required: No 
- SupportedNetworkTypes
- 
               The network types supported by this subnet. Returns an array of strings that can include ipv4,ipv6, or both, indicating whether the subnet group supports IPv4 only, IPv6 only, or dual-stack deployments.Type: Array of strings Valid Values: ipv4 | ipv6 | dual_stackRequired: No 
- VpcId
- 
               The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group. Type: String Required: No 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: