Module Values.SetLoadBalancerPoliciesForBackendServerInputSource

Contains the parameters for SetLoadBalancerPoliciesForBackendServer.

Sourcetype nonrec t = {
  1. loadBalancerName : AccessPointName.t;
    (*

    The name of the load balancer.

    *)
  2. instancePort : EndPointPort.t;
    (*

    The port number associated with the EC2 instance.

    *)
  3. policyNames : PolicyNames.t;
    (*

    The names of the policies. If the list is empty, then all current polices are removed from the EC2 instance.

    *)
}
Sourceval context_ : string
Sourceval make : loadBalancerName:AccessPointName.t -> instancePort:EndPointPort.t -> policyNames:PolicyNames.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of EndPointPort.t | `List of [> `String of PolicyName.t ] list | `String of AccessPointName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t