Values.SubnetSourceIn response to a request by the DescribeReplicationSubnetGroups operation, this object identifies a subnet by its given Availability Zone, subnet identifier, and status.
type nonrec t = {subnetIdentifier : String_.t option;The subnet identifier.
*)subnetAvailabilityZone : AvailabilityZone.t option;The Availability Zone of the subnet.
*)subnetStatus : String_.t option;The status of the subnet.
*)}