Values.AwsRdsDbSubnetGroupSubnetSourceInformation about a subnet in a subnet group.
type nonrec t = {subnetIdentifier : NonEmptyString.t option;The identifier of a subnet in the subnet group.
*)subnetAvailabilityZone : AwsRdsDbSubnetGroupSubnetAvailabilityZone.t option;Information about the Availability Zone for a subnet in the subnet group.
*)subnetStatus : NonEmptyString.t option;The status of a subnet in the subnet group.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of (string * [> `String of NonEmptyString.t ]) list ])
list ]