Values_1.VerifiedAccessEndpointLoadBalancerOptionsSourceDescribes a load balancer when creating an Amazon Web Services Verified Access endpoint using the load-balancer type.
type nonrec t = {protocol : Values_0.VerifiedAccessEndpointProtocol.t option;The IP protocol.
*)port : Values_0.VerifiedAccessEndpointPortNumber.t option;The IP port number.
*)loadBalancerArn : Values_0.String_.t option;The ARN of the load balancer.
*)subnetIds : Values_0.VerifiedAccessEndpointSubnetIdList.t option;The IDs of the subnets.
*)portRanges : Values_0.VerifiedAccessEndpointPortRangeList.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 string
| `Structure of (string * [> `Integer of int ]) list ]
list
| `String of Values_0.String_.t ])
list ]