Values.AwsElbLbCookieStickinessPolicySourceContains information about a stickiness policy that was created using CreateLBCookieStickinessPolicy.
type nonrec t = {policyName : NonEmptyString.t option;The name of the policy. The name must be unique within the set of policies for the load balancer.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of Long.t | `String of NonEmptyString.t ]) list ]