Values.CreateLBCookieStickinessPolicyInputSourceContains the parameters for CreateLBCookieStickinessPolicy.
type nonrec t = {loadBalancerName : AccessPointName.t;The name of the load balancer.
*)policyName : PolicyName.t;The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.
*)}val make :
?cookieExpirationPeriod:??? ->
loadBalancerName:AccessPointName.t ->
policyName:PolicyName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Long of CookieExpirationPeriod.t | `String of AccessPointName.t ])
list ]