Values.SetLoadBalancerPoliciesForBackendServerInputSourceContains the parameters for SetLoadBalancerPoliciesForBackendServer.
type nonrec t = {loadBalancerName : AccessPointName.t;The name of the load balancer.
*)instancePort : EndPointPort.t;The port number associated with the EC2 instance.
*)policyNames : PolicyNames.t;The names of the policies. If the list is empty, then all current polices are removed from the EC2 instance.
*)}val make :
loadBalancerName:AccessPointName.t ->
instancePort:EndPointPort.t ->
policyNames:PolicyNames.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of EndPointPort.t
| `List of [> `String of PolicyName.t ] list
| `String of AccessPointName.t ])
list ]