View a markdown version of this page

AWS::BedrockAgentCore::Harness HarnessTool - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 HarnessTool

A tool available to the agent loop.

Syntax

To declare this entity in your Amazon 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