This is the new AWS 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 ToolDefinition
The tool definition for the gateway.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Description" :
String
, "InputSchema" :SchemaDefinition
, "Name" :String
, "OutputSchema" :SchemaDefinition
}
YAML
Description:
String
InputSchema:SchemaDefinition
Name:String
OutputSchema:SchemaDefinition
Properties
Description
Property description not available.
Required: Yes
Type: String
Update requires: No interruption
InputSchema
-
The input schema for the gateway target.
Required: Yes
Type: SchemaDefinition
Update requires: No interruption
Name
-
The tool name.
Required: Yes
Type: String
Update requires: No interruption
OutputSchema
-
The tool definition output schema for the gateway target.
Required: No
Type: SchemaDefinition
Update requires: No interruption