Values.LBCookieStickinessPolicySourceInformation about a policy for duration-based session stickiness.
type nonrec t = {policyName : PolicyName.t option;The name of the policy. This name must be unique within the set of policies for this load balancer.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of CookieExpirationPeriod.t | `String of PolicyName.t ])
list ]