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::Harness HarnessTool
A tool available to the agent loop.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Config" :HarnessToolConfiguration, "Name" :String, "Type" :String}
YAML
Config:HarnessToolConfigurationName:StringType:String
Properties
Config-
Tool-specific configuration.
Required: No
Type: HarnessToolConfiguration
Update requires: No interruption
Name-
Unique name for the tool. If not provided, a name will be inferred or generated.
Required: No
Type: String
Pattern:
^[a-zA-Z0-9_-]+$Minimum:
1Maximum:
64Update requires: No interruption
Type-
The type of tool.
Required: Yes
Type: String
Allowed values:
remote_mcp | agentcore_browser | agentcore_gateway | inline_function | agentcore_code_interpreterUpdate requires: No interruption