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" :Json}
YAML
Description:StringName:StringParameterOverrides:- ConnectorParameterOverrideParameterValues:Json
Properties
Description-
An agent-facing description override for this tool.
Required: No
Type: String
Maximum:
2000Update requires: No interruption
Name-
The tool or operation name (for example,
retrieveorwebSearch).Required: Yes
Type: String
Pattern:
^[a-zA-Z][a-zA-Z0-9_-]*$Maximum:
64Update 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: Json
Update requires: No interruption