AWS::BedrockAgentCore::GatewayTarget ConnectorConfiguration - 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::GatewayTarget ConnectorConfiguration

Configuration for a single tool within a connector.

Syntax

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

JSON

{ "Description" : String, "Name" : String, "ParameterOverrides" : [ ConnectorParameterOverride, ... ], "ParameterValues" : }

Properties

Description

An agent-facing description override for this tool.

Required: No

Type: String

Maximum: 2000

Update requires: No interruption

Name

The tool or operation name (for example, retrieve or webSearch).

Required: Yes

Type: String

Pattern: ^[a-zA-Z][a-zA-Z0-9_-]*$

Maximum: 64

Update requires: No interruption

ParameterOverrides

Parameters to expose to the agent at runtime, with optional description overrides.

Required: No

Type: Array of ConnectorParameterOverride

Update requires: No interruption

ParameterValues

Parameters to set as fixed or default values when provisioning this tool.

Required: No

Type:

Update requires: No interruption