View a markdown version of this page

AWS::BedrockAgentCore::Gateway SessionConfiguration - 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::Gateway SessionConfiguration

The session configuration for an MCP gateway. This structure defines settings that control session behavior.

Syntax

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

JSON

{ "SessionTimeoutInSeconds" : Integer }

Properties

SessionTimeoutInSeconds

The session timeout in seconds. After this timeout, the session expires and subsequent requests to this session will receive an error. The minimum value is 900 seconds (15 minutes), the maximum value is 28800 seconds (8 hours), and the default value is 3600 seconds (1 hour).

Required: No

Type: Integer

Minimum: 900

Maximum: 28800

Update requires: No interruption