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 AWS CloudFormation template, use the following syntax:
JSON
{ "CookieName" :
String
, "PolicyName" :String
}
YAML
CookieName:
String
PolicyName:String
Properties
-
The name of the application cookie used for stickiness.
Required: Yes
Type: String
Update requires: No interruption
-
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
-
CreateAppCookieStickinessPolicy in the Elastic Load Balancing API Reference (version 2012-06-01)
-
Sticky Sessions in the User Guide for Classic Load Balancers