Values_0.DBSubnetGroupSourceContains the details of an Amazon RDS DB subnet group. This data type is used as a response element in the DescribeDBSubnetGroups action.
type nonrec t = {dBSubnetGroupName : String_.t option;The name of the DB subnet group.
*)dBSubnetGroupDescription : String_.t option;Provides the description of the DB subnet group.
*)vpcId : String_.t option;Provides the VpcId of the DB subnet group.
*)subnetGroupStatus : String_.t option;Provides the status of the DB subnet group.
*)subnets : SubnetList.t option;Contains a list of Subnet elements. The list of subnets shown here might not reflect the current state of your VPC. For the most up-to-date information, we recommend checking your VPC configuration directly.
*)dBSubnetGroupArn : String_.t option;The Amazon Resource Name (ARN) for the DB subnet group.
*)supportedNetworkTypes : StringList.t option;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.
*)}