Skip to main content

routes

Retrieves a list of routes in a region

Overview

Nameroutes
TypeResource
Descriptionroutes
Idawscc.apigatewayv2.routes

Fields

NameDatatypeDescription
api_idstringThe API identifier.
route_idstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

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

Permissions

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

Create

apigateway:POST

List

apigateway:GET