Values_3.ModifyVerifiedAccessEndpointLoadBalancerOptionsSourceDescribes a load balancer when creating an Amazon Web Services Verified Access endpoint using the load-balancer type.
type nonrec t = {subnetIds : Values_2.ModifyVerifiedAccessEndpointSubnetIdList.t option;The IDs of the subnets.
*)protocol : Values_0.VerifiedAccessEndpointProtocol.t option;The IP protocol.
*)port : Values_0.VerifiedAccessEndpointPortNumber.t option;The IP port number.
*)portRanges : Values_2.ModifyVerifiedAccessEndpointPortRangeList.t option;The port ranges.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.VerifiedAccessEndpointPortNumber.t
| `List of
[> `String of Values_0.SubnetId.t
| `Structure of
(string
* [> `Integer of Values_0.VerifiedAccessEndpointPortNumber.t ])
list ]
list ])
list ]