Values.SubnetSourceSpecifies a subnet. This data type is used as a response element in the DescribeDBSubnetGroups action.
type nonrec t = {subnetIdentifier : String_.t option;Specifies the identifier of the subnet.
*)subnetAvailabilityZone : AvailabilityZone.t option;Specifies the EC2 Availability Zone that the subnet is in.
*)subnetStatus : String_.t option;Specifies the status of the subnet.
*)}