Values.CreateLoadBalancerPolicyInputSourceContains the parameters for CreateLoadBalancerPolicy.
type nonrec t = {loadBalancerName : AccessPointName.t;The name of the load balancer.
*)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.
*)policyTypeName : PolicyTypeName.t;The name of the base policy type. To get the list of policy types, use DescribeLoadBalancerPolicyTypes.
*)policyAttributes : PolicyAttributes.t option;The policy attributes.
*)}val make :
?policyAttributes:??? ->
loadBalancerName:AccessPointName.t ->
policyName:PolicyName.t ->
policyTypeName:PolicyTypeName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of AttributeName.t ]) list ]
list
| `String of AccessPointName.t ])
list ]