elb_create_app_cookie_stickiness_policy {paws.networking} | R Documentation |
Generates a stickiness policy with sticky session lifetimes that follow that of an application-generated cookie
Description
Generates a stickiness policy with sticky session lifetimes that follow that of an application-generated cookie. This policy can be associated only with HTTP/HTTPS listeners.
See https://www.paws-r-sdk.com/docs/elb_create_app_cookie_stickiness_policy/ for full documentation.
Usage
elb_create_app_cookie_stickiness_policy(
LoadBalancerName,
PolicyName,
CookieName
)
Arguments
LoadBalancerName |
[required] The name of the load balancer. |
PolicyName |
[required] 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. |
CookieName |
[required] The name of the application cookie used for stickiness. |
[Package paws.networking version 0.7.0 Index]