Values.DBSubnetGroupSourceDetailed information about a subnet group.
type nonrec t = {dBSubnetGroupName : String_.t option;The name of the subnet group.
*)dBSubnetGroupDescription : String_.t option;Provides the description of the subnet group.
*)vpcId : String_.t option;Provides the virtual private cloud (VPC) ID of the subnet group.
*)subnetGroupStatus : String_.t option;Provides the status of the subnet group.
*)subnets : SubnetList.t option;Detailed information about one or more subnets within a subnet group.
*)dBSubnetGroupArn : String_.t option;The Amazon Resource Name (ARN) for the DB subnet group.
*)supportedNetworkTypes : NetworkTypeList.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).
*)}