Skip to main content

rest_apis

Retrieves a list of rest_apis in a region

Overview

Namerest_apis
TypeResource
Descriptionrest_apis
Idawscc.apigateway.rest_apis

Fields

NameDatatypeDescription
rest_api_idstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
rest_api_id
FROM awscc.apigateway.rest_apis
WHERE region = 'us-east-1'

Permissions

To operate on the rest_apis resource, the following permissions are required:

Create

apigateway:GET,
apigateway:POST,
apigateway:PUT,
apigateway:PATCH,
apigateway:UpdateRestApiPolicy,
s3:GetObject,
iam:PassRole

List

apigateway:GET