Values_3.ModifyVerifiedAccessEndpointRdsOptionsSourceThe RDS options for a Verified Access endpoint.
type nonrec t = {subnetIds : Values_2.ModifyVerifiedAccessEndpointSubnetIdList.t option;The IDs of the subnets.
*)port : Values_0.VerifiedAccessEndpointPortNumber.t option;The port.
*)rdsEndpoint : Values_0.String_.t option;The RDS endpoint.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Values_0.VerifiedAccessEndpointPortNumber.t
| `List of [> `String of Values_0.SubnetId.t ] list
| `String of Values_0.String_.t ])
list ]