amazonka-elb-1.3.1: Amazon Elastic Load Balancing SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.ELB.CreateAppCookieStickinessPolicy

Contents

Description

Generates a stickiness policy with sticky session lifetimes that follow that of an application-generated cookie. This policy can be associated only with HTTP/HTTPS listeners.

This policy is similar to the policy created by CreateLBCookieStickinessPolicy, except that the lifetime of the special Elastic Load Balancing cookie, AWSELB, follows the lifetime of the application-generated cookie specified in the policy configuration. The load balancer only inserts a new stickiness cookie when the application response includes a new application cookie.

If the application cookie is explicitly removed or expires, the session stops being sticky until a new application cookie is issued.

For more information, see Application-Controlled Session Stickiness in the Elastic Load Balancing Developer Guide.

See: AWS API Reference for CreateAppCookieStickinessPolicy.

Synopsis

Creating a Request

createAppCookieStickinessPolicy Source

Creates a value of CreateAppCookieStickinessPolicy with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

cacspPolicyName :: Lens' CreateAppCookieStickinessPolicy Text Source

The name of the policy being created. This name must be unique within the set of policies for this load balancer.

cacspCookieName :: Lens' CreateAppCookieStickinessPolicy Text Source

The name of the application cookie used for stickiness.

Destructuring the Response

createAppCookieStickinessPolicyResponse Source

Creates a value of CreateAppCookieStickinessPolicyResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses