View a markdown version of this page

AWS::BedrockAgentCore::Harness HarnessInlineFunctionConfig - 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 HarnessInlineFunctionConfig

Configuration for an inline function tool. When the agent calls this tool, the tool call is returned to the caller for external execution.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Description" : String, "InputSchema" : Json }

YAML

Description: String InputSchema: Json

Properties

Description

Description of what the tool does, provided to the model.

Required: Yes

Type: String

Minimum: 1

Maximum: 4096

Update requires: No interruption

InputSchema

JSON Schema describing the tool's input parameters.

Required: Yes

Type: Json

Update requires: No interruption