Values_3.CreateVerifiedAccessEndpointRdsOptionsSourceDescribes the RDS options for a Verified Access endpoint.
type nonrec t = {protocol : Values_0.VerifiedAccessEndpointProtocol.t option;The protocol.
*)port : Values_0.VerifiedAccessEndpointPortNumber.t option;The port.
*)rdsDbInstanceArn : RdsDbInstanceArn.t option;The ARN of the RDS instance.
*)rdsDbClusterArn : RdsDbClusterArn.t option;The ARN of the DB cluster.
*)rdsDbProxyArn : RdsDbProxyArn.t option;The ARN of the RDS proxy.
*)rdsEndpoint : Values_0.String_.t option;The RDS endpoint.
*)subnetIds : CreateVerifiedAccessEndpointSubnetIdList.t option;The IDs of the subnets. You can specify only one subnet per Availability Zone.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.VerifiedAccessEndpointPortNumber.t
| `List of [> `String of Values_0.SubnetId.t ] list
| `String of RdsDbInstanceArn.t ])
list ]