routes_list_only
Lists routes
in a region or regions, for all properties use routes
Overview
Name | routes_list_only |
Type | Resource |
Description | The AWS::ApiGatewayV2::Route resource creates a route for an API. |
Id | aws.apigatewayv2.routes_list_only |
Fields
Name | Datatype | Description |
---|---|---|
route_id | string | |
api_id | string | The API identifier. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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