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
- data AwsElbLbCookieStickinessPolicy = AwsElbLbCookieStickinessPolicy' {}
- newAwsElbLbCookieStickinessPolicy :: AwsElbLbCookieStickinessPolicy
- awsElbLbCookieStickinessPolicy_policyName :: Lens' AwsElbLbCookieStickinessPolicy (Maybe Text)
- awsElbLbCookieStickinessPolicy_cookieExpirationPeriod :: Lens' AwsElbLbCookieStickinessPolicy (Maybe Integer)
Documentation
data AwsElbLbCookieStickinessPolicy Source #
Contains information about a stickiness policy that was created using
CreateLBCookieStickinessPolicy
.
See: newAwsElbLbCookieStickinessPolicy
smart constructor.
AwsElbLbCookieStickinessPolicy' | |
|
Instances
newAwsElbLbCookieStickinessPolicy :: AwsElbLbCookieStickinessPolicy Source #
Create a value of AwsElbLbCookieStickinessPolicy
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:AwsElbLbCookieStickinessPolicy'
, awsElbLbCookieStickinessPolicy_policyName
- The name of the policy. The name must be unique within the set of
policies for the load balancer.
$sel:cookieExpirationPeriod:AwsElbLbCookieStickinessPolicy'
, awsElbLbCookieStickinessPolicy_cookieExpirationPeriod
- The amount of time, in seconds, after which the cookie is considered
stale. If an expiration period is not specified, the stickiness session
lasts for the duration of the browser session.
awsElbLbCookieStickinessPolicy_policyName :: Lens' AwsElbLbCookieStickinessPolicy (Maybe Text) Source #
The name of the policy. The name must be unique within the set of policies for the load balancer.
awsElbLbCookieStickinessPolicy_cookieExpirationPeriod :: Lens' AwsElbLbCookieStickinessPolicy (Maybe Integer) Source #
The amount of time, in seconds, after which the cookie is considered stale. If an expiration period is not specified, the stickiness session lasts for the duration of the browser session.