AWS::ElasticLoadBalancing::LoadBalancer AppCookieStickinessPolicy - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

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 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