rest_apis_list_only
Lists rest_apis
in a region or regions, for all properties use rest_apis
Overview
Name | rest_apis_list_only |
Type | Resource |
Description | The 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. |
Id | aws.apigateway.rest_apis_list_only |
Fields
Name | Datatype | Description |
---|---|---|
rest_api_id | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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