Skip to main content

routes_list_only

Lists routes in a region or regions, for all properties use routes

Overview

Nameroutes_list_only
TypeResource
DescriptionThe AWS::ApiGatewayV2::Route resource creates a route for an API.
Idaws.apigatewayv2.routes_list_only

Fields

NameDatatypeDescription
route_idstring
api_idstringThe API identifier.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all routes in a region.

SELECT
region,
api_id,
route_id
FROM aws.apigatewayv2.routes_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the routes_list_only resource, see routes