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:IntegerMaxLifetime:Integer
Properties
IdleRuntimeSessionTimeout-
The idle session timeout for the AgentCore Runtime.
Required: No
Type: Integer
Minimum:
60Maximum:
28800Update requires: No interruption
MaxLifetime-
The maximum lifetime for the AgentCore Runtime.
Required: No
Type: Integer
Minimum:
60Maximum:
28800Update requires: No interruption