Values.AwsElbLoadBalancerPoliciesSourceContains information about the policies for a load balancer.
type nonrec t = {appCookieStickinessPolicies : AwsElbAppCookieStickinessPolicies.t option;The stickiness policies that are created using CreateAppCookieStickinessPolicy.
*)lbCookieStickinessPolicies : AwsElbLbCookieStickinessPolicies.t option;The stickiness policies that are created using CreateLBCookieStickinessPolicy.
*)otherPolicies : StringList.t option;The policies other than the stickiness policies.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of NonEmptyString.t
| `Structure of
(string * [> `Long of Long.t | `String of NonEmptyString.t ])
list ]
list ])
list ]