AWS::BedrockAgentCore::GatewayTarget StickinessConfiguration - 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::BedrockAgentCore::GatewayTarget StickinessConfiguration

The configuration for session-sticky routing to a target. Session stickiness routes requests that share a session identifier to the same target.

Syntax

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

JSON

{ "Identifier" : String, "Timeout" : Number }

YAML

Identifier: String Timeout: Number

Properties

Identifier

The expression that identifies where to extract the session identifier from the request (for example, $context.header.x-session-id).

Required: Yes

Type: String

Minimum: 1

Maximum: 256

Update requires: No interruption

Timeout

The session stickiness timeout, in seconds. After this duration of inactivity, the session affinity expires. Valid values range from 1 to 86400.

Required: No

Type: Number

Minimum: 1

Maximum: 86400

Update requires: No interruption