AWS::ElasticLoadBalancingV2::ListenerRule TargetGroupStickinessConfig - 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::ElasticLoadBalancingV2::ListenerRule TargetGroupStickinessConfig

Information about the target group stickiness for a rule.

Syntax

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

JSON

{ "DurationSeconds" : Integer, "Enabled" : Boolean }

YAML

DurationSeconds: Integer Enabled: Boolean

Properties

DurationSeconds

[Application Load Balancers] The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days). You must specify this value when enabling target group stickiness.

Required: No

Type: Integer

Update requires: No interruption

Enabled

Indicates whether target group stickiness is enabled.

Required: No

Type: Boolean

Update requires: No interruption