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 ToolDefinition
The tool definition for the gateway.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Description" :String, "InputSchema" :SchemaDefinition, "Name" :String, "OutputSchema" :SchemaDefinition}
YAML
Description:StringInputSchema:SchemaDefinitionName:StringOutputSchema:SchemaDefinition
Properties
DescriptionProperty 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