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

Settings to override configurations for a tool.

Syntax

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

JSON

{ "Description" : String, "Method" : String, "Name" : String, "Path" : String }

YAML

Description: String Method: String Name: String Path: String

Properties

Description

The description of the tool. Provides information about the purpose and usage of the tool. If not provided, uses the description from the API's OpenAPI specification.

Required: No

Type: String

Update requires: No interruption

Method

The HTTP method to expose for the specified path.

Required: Yes

Type: String

Allowed values: GET | DELETE | HEAD | OPTIONS | PATCH | PUT | POST

Update requires: No interruption

Name

The name of tool. Identifies the tool in the Model Context Protocol.

Required: Yes

Type: String

Update requires: No interruption

Path

Resource path in the REST API (e.g., /pets). Must explicitly match an existing path in the REST API.

Required: Yes

Type: String

Update requires: No interruption