DBSubnetGroup
Contains the details of an Amazon RDS DB subnet group.
This data type is used as a response element
in the DescribeDBSubnetGroups
action.
Contents
Note
In the following list, the required parameters are described first.
- DBSubnetGroupArn
-
The Amazon Resource Name (ARN) for the DB subnet group.
Type: String
Required: No
- DBSubnetGroupDescription
-
Provides the description of the DB subnet group.
Type: String
Required: No
- DBSubnetGroupName
-
The name of the DB subnet group.
Type: String
Required: No
- SubnetGroupStatus
-
Provides the status of the DB subnet group.
Type: String
Required: No
- Subnets.Subnet.N
-
Contains a list of
Subnet
elements.Type: Array of Subnet objects
Required: No
- SupportedNetworkTypes.member.N
-
The network type of the DB subnet group.
Valid values:
-
IPV4
-
DUAL
A
DBSubnetGroup
can support only the IPv4 protocol or the IPv4 and the IPv6 protocols (DUAL
).For more information, see Working with a DB instance in a VPC in the Amazon RDS User Guide.
Type: Array of strings
Required: No
-
- VpcId
-
Provides the VpcId of the DB 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: