apis
Retrieves a list of apis
in a region
Overview
Name | apis |
Type | Resource |
Description | apis |
Id | awscc.apigatewayv2.apis |
Fields
Name | Datatype | Description |
---|---|---|
api_id | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
api_id
FROM awscc.apigatewayv2.apis
WHERE region = 'us-east-1'
Permissions
To operate on the apis
resource, the following permissions are required:
Create
apigateway:POST,
apigateway:PUT,
s3:getObject
List
apigateway:GET,
s3:getObject