rest_apis
Retrieves a list of rest_apis
in a region
Overview
Name | rest_apis |
Type | Resource |
Description | rest_apis |
Id | awscc.apigateway.rest_apis |
Fields
Name | Datatype | Description |
---|---|---|
rest_api_id | string | |
region | string | AWS 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