Skip to main content

rest_apis_list_only

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

Overview

Namerest_apis_list_only
TypeResource
DescriptionThe AWS::ApiGateway::RestApi resource creates a REST API. For more information, see [restapi:create](https://docs.aws.amazon.com/apigateway/latest/api/API_CreateRestApi.html) in the *Amazon API Gateway REST API Reference*.
On January 1, 2016, the Swagger Specification was donated to the [OpenAPI initiative](https://docs.aws.amazon.com/https://www.openapis.org/), becoming the foundation of the OpenAPI Specification.
Idaws.apigateway.rest_apis_list_only

Fields

NameDatatypeDescription
rest_api_idstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all rest_apis in a region.

SELECT
region,
rest_api_id
FROM aws.apigateway.rest_apis_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the rest_apis_list_only resource, see rest_apis