View a markdown version of this page

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

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

Syntax

To declare this entity in your Amazon 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