ApiGatewayToolFilter - Amazon Bedrock AgentCore Control Plane

ApiGatewayToolFilter

Specifies which operations from an API Gateway REST API are exposed as tools. Tool names and descriptions are derived from the operationId and description fields in the API's exported OpenAPI specification.

Contents

filterPath

Resource path to match in the REST API. Supports exact paths (for example, /pets) or wildcard paths (for example, /pets/* to match all paths under /pets). Must match existing paths in the REST API.

Type: String

Required: Yes

methods

The methods to filter for.

Type: Array of strings

Valid Values: GET | DELETE | HEAD | OPTIONS | PATCH | PUT | POST

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: