stratosphere-0.1.0: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Stratosphere.ResourceProperties.LBCookieStickinessPolicy

Description

The LBCookieStickinessPolicy type is an embedded property of the AWS::ElasticLoadBalancing::LoadBalancer type.

Synopsis

Documentation

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.