apis_list_only
Lists apis
in a region or regions, for all properties use apis
Overview
Name | apis_list_only |
Type | Resource |
Description | The AWS::ApiGatewayV2::Api resource creates an API. WebSocket APIs and HTTP APIs are supported. For more information about WebSocket APIs, see [About WebSocket APIs in API Gateway](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-overview.html) in the *API Gateway Developer Guide*. For more information about HTTP APIs, see [HTTP APIs](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api.html) in the *API Gateway Developer Guide.* |
Id | aws.apigatewayv2.apis_list_only |
Fields
Name | Datatype | Description |
---|---|---|
api_id | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all apis
in a region.
SELECT
region,
api_id
FROM aws.apigatewayv2.apis_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the apis_list_only
resource, see apis