Values.CreateAppCookieStickinessPolicyInputSourceContains the parameters for CreateAppCookieStickinessPolicy.
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 :
loadBalancerName:AccessPointName.t ->
policyName:PolicyName.t ->
cookieName:CookieName.t ->
unit ->
t