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::Harness HarnessAgentCoreRuntimeEnvironment
The AgentCore Runtime environment for a harness.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AgentRuntimeArn" :String, "AgentRuntimeId" :String, "AgentRuntimeName" :String, "FilesystemConfigurations" :[ FilesystemConfiguration, ... ], "LifecycleConfiguration" :LifecycleConfiguration, "NetworkConfiguration" :NetworkConfiguration}
YAML
AgentRuntimeArn:StringAgentRuntimeId:StringAgentRuntimeName:StringFilesystemConfigurations:- FilesystemConfigurationLifecycleConfiguration:LifecycleConfigurationNetworkConfiguration:NetworkConfiguration
Properties
AgentRuntimeArn-
The ARN of the underlying AgentCore Runtime.
Required: No
Type: String
Minimum:
20Maximum:
1011Update requires: No interruption
AgentRuntimeId-
The ID of the underlying AgentCore Runtime.
Required: No
Type: String
Update requires: No interruption
AgentRuntimeName-
The name of the underlying AgentCore Runtime.
Required: No
Type: String
Update requires: No interruption
FilesystemConfigurations-
The filesystem configurations for the runtime environment.
Required: No
Type: Array of FilesystemConfiguration
Minimum:
0Maximum:
5Update requires: No interruption
LifecycleConfiguration-
LifecycleConfiguration lets you manage the lifecycle of runtime sessions and resources in AgentCore Runtime. This configuration helps optimize resource utilization by automatically cleaning up idle sessions and preventing long-running instances from consuming resources indefinitely.
Required: No
Type: LifecycleConfiguration
Update requires: No interruption
NetworkConfiguration-
SecurityConfig for the Agent.
Required: No
Type: NetworkConfiguration
Update requires: No interruption