View a markdown version of this page

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

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon CloudFormation template, use the following syntax:

JSON

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

YAML

Identifier: String Timeout: Integer

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

Minimum: 1

Maximum: 86400

Update requires: No interruption