View a markdown version of this page

AWS::BedrockAgentCore::GatewayTarget StickinessConfiguration - AWS CloudFormation

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