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:StringTimeout: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:
1Maximum:
256Update 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:
1Maximum:
86400Update requires: No interruption