Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data LBCookieStickinessPolicy Source #
Information about a policy for duration-based session stickiness.
See: newLBCookieStickinessPolicy
smart constructor.
LBCookieStickinessPolicy' | |
|
Instances
newLBCookieStickinessPolicy :: LBCookieStickinessPolicy Source #
Create a value of LBCookieStickinessPolicy
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:policyName:LBCookieStickinessPolicy'
, lBCookieStickinessPolicy_policyName
- The name of the policy. This name must be unique within the set of
policies for this load balancer.
$sel:cookieExpirationPeriod:LBCookieStickinessPolicy'
, lBCookieStickinessPolicy_cookieExpirationPeriod
- 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.
lBCookieStickinessPolicy_policyName :: Lens' LBCookieStickinessPolicy (Maybe Text) Source #
The name of the policy. This name must be unique within the set of policies for this load balancer.
lBCookieStickinessPolicy_cookieExpirationPeriod :: Lens' LBCookieStickinessPolicy (Maybe Integer) Source #
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.