AWS::BedrockAgentCore::Harness HarnessTool - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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: HarnessToolConfiguration Name: String Type: 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: 1

Maximum: 64

Update requires: No interruption

Type

The type of tool.

Required: Yes

Type: String

Allowed values: remote_mcp | agentcore_browser | agentcore_gateway | inline_function | agentcore_code_interpreter

Update requires: No interruption