Values.AwsElbLoadBalancerBackendServerDescriptionSourceProvides information about the configuration of an EC2 instance for the load balancer.
type nonrec t = {instancePort : Integer.t option;The port on which the EC2 instance is listening.
*)policyNames : StringList.t option;The names of the policies that are enabled for the EC2 instance.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `List of [> `String of NonEmptyString.t ] list ])
list ]