AWS::BedrockAgentCore::OnlineEvaluationConfig SessionConfig - 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::OnlineEvaluationConfig SessionConfig

The session configuration that defines timeout settings for detecting when agent sessions are complete and ready for evaluation.

Syntax

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

JSON

{ "SessionTimeoutMinutes" : Integer }

YAML

SessionTimeoutMinutes: Integer

Properties

SessionTimeoutMinutes

The number of minutes of inactivity after which an agent session is considered complete and ready for evaluation.

Required: Yes

Type: Integer

Minimum: 1

Maximum: 1440

Update requires: No interruption