You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElasticLoadBalancing::Types::LBCookieStickinessPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::LBCookieStickinessPolicy
- Defined in:
- (unknown)
Overview
Information about a policy for duration-based session stickiness.
Instance Attribute Summary collapse
-
#cookie_expiration_period ⇒ Integer
The time period, in seconds, after which the cookie should be considered stale.
-
#policy_name ⇒ String
The name of the policy.
Instance Attribute Details
#cookie_expiration_period ⇒ Integer
The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.
#policy_name ⇒ String
The name of the policy. This name must be unique within the set of policies for this load balancer.