AWS::BedrockAgentCore::Runtime LifecycleConfiguration - 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::Runtime LifecycleConfiguration

The lifecycle configuration for the AgentCore Runtime.

Syntax

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

JSON

{ "IdleRuntimeSessionTimeout" : Integer, "MaxLifetime" : Integer }

YAML

IdleRuntimeSessionTimeout: Integer MaxLifetime: Integer

Properties

IdleRuntimeSessionTimeout

The idle session timeout for the AgentCore Runtime.

Required: No

Type: Integer

Minimum: 60

Maximum: 28800

Update requires: No interruption

MaxLifetime

The maximum lifetime for the AgentCore Runtime.

Required: No

Type: Integer

Minimum: 60

Maximum: 28800

Update requires: No interruption