elb_create_lb_cookie_stickiness_policy: Generates a stickiness policy with sticky session lifetimes...

View source: R/elb_operations.R

elb_create_lb_cookie_stickiness_policyR Documentation

Generates a stickiness policy with sticky session lifetimes controlled by the lifetime of the browser (user-agent) or a specified expiration period

Description

Generates a stickiness policy with sticky session lifetimes controlled by the lifetime of the browser (user-agent) or a specified expiration period. This policy can be associated only with HTTP/HTTPS listeners.

See https://www.paws-r-sdk.com/docs/elb_create_lb_cookie_stickiness_policy/ for full documentation.

Usage

elb_create_lb_cookie_stickiness_policy(
  LoadBalancerName,
  PolicyName,
  CookieExpirationPeriod = NULL
)

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.

CookieExpirationPeriod

The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last for the duration of the browser session.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.