Module Values.CreateLoadBalancerPolicyInputSource

Contains the parameters for CreateLoadBalancerPolicy.

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

    The name of the load balancer.

    *)
  2. policyName : PolicyName.t;
    (*

    The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.

    *)
  3. policyTypeName : PolicyTypeName.t;
    (*

    The name of the base policy type. To get the list of policy types, use DescribeLoadBalancerPolicyTypes.

    *)
  4. policyAttributes : PolicyAttributes.t option;
    (*

    The policy attributes.

    *)
}
Sourceval context_ : string
Sourceval make : ?policyAttributes:??? -> loadBalancerName:AccessPointName.t -> policyName:PolicyName.t -> policyTypeName:PolicyTypeName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of AttributeName.t ]) list ] 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