Values_0.SubnetSourceThis data type is used as a response element for the DescribeDBSubnetGroups operation.
type nonrec t = {subnetIdentifier : String_.t option;The identifier of the subnet.
*)subnetAvailabilityZone : AvailabilityZone.t option;subnetOutpost : Outpost.t option;If the subnet is associated with an Outpost, this value specifies the Outpost. For more information about RDS on Outposts, see Amazon RDS on Amazon Web Services Outposts in the Amazon RDS User Guide.
*)subnetStatus : String_.t option;The status of the subnet.
*)}