Safe Haskell | None |
---|---|
Language | Haskell2010 |
The LBCookieStickinessPolicy type is an embedded property of the AWS::ElasticLoadBalancing::LoadBalancer type.
Documentation
data LBCookieStickinessPolicy Source
Full data type definition for LBCookieStickinessPolicy. See
lbCookieStickinessPolicy
for a more convenient constructor.
lbCookieStickinessPolicy Source
Constructor for LBCookieStickinessPolicy
containing required fields as
arguments.
lbcspCookieExpirationPeriod :: Lens' LBCookieStickinessPolicy (Maybe (Val Text)) Source
The time period, in seconds, after which the cookie should be considered stale. If this parameter isn't specified, the sticky session will last for the duration of the browser session.
lbcspPolicyName :: Lens' LBCookieStickinessPolicy (Val Text) Source
The name of the policy being created. The name must be unique within the set of policies for this load balancer. Note To associate this policy with a listener, include the policy name in the listener's PolicyNames property.