AWS::ElasticLoadBalancing::LoadBalancer AppCookieStickinessPolicy - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::ElasticLoadBalancing::LoadBalancer AppCookieStickinessPolicy

Specifies a policy for application-controlled session stickiness for your Classic Load Balancer.

To associate a policy with a listener, use the PolicyNames property for the listener.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "CookieName" : String, "PolicyName" : String }

YAML

CookieName: String PolicyName: String

Properties

CookieName

The name of the application cookie used for stickiness.

Required: Yes

Type: String

Update requires: No interruption

PolicyName

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

Required: Yes

Type: String

Update requires: No interruption

See also