Skip to main content

route_responses

Retrieves a list of route_responses in a region

Overview

Nameroute_responses
TypeResource
Descriptionroute_responses
Idawscc.apigatewayv2.route_responses

Fields

NameDatatypeDescription
api_idstringThe API identifier.
route_idstringThe route ID.
route_response_idstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
api_id,
route_id,
route_response_id
FROM awscc.apigatewayv2.route_responses
WHERE region = 'us-east-1'

Permissions

To operate on the route_responses resource, the following permissions are required:

Create

apigateway:POST

List

apigateway:GET