route_responses
Retrieves a list of route_responses
in a region
Overview
Name | route_responses |
Type | Resource |
Description | route_responses |
Id | awscc.apigatewayv2.route_responses |
Fields
Name | Datatype | Description |
---|---|---|
api_id | string | The API identifier. |
route_id | string | The route ID. |
route_response_id | string | |
region | string | AWS 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