ApiGatewayToolOverride
Settings to override configurations for a tool.
Contents
- method
-
The HTTP method to expose for the specified path.
Type: String
Valid Values:
GET | DELETE | HEAD | OPTIONS | PATCH | PUT | POSTRequired: Yes
- name
-
The name of tool. Identifies the tool in the Model Context Protocol.
Type: String
Required: Yes
- path
-
Resource path in the REST API (e.g.,
/pets). Must explicitly match an existing path in the REST API.Type: String
Required: Yes
- 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.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: