Skip to main content

apis_list_only

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

Overview

Nameapis_list_only
TypeResource
DescriptionThe 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.*
Idaws.apigatewayv2.apis_list_only

Fields

NameDatatypeDescription
api_idstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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