Skip to main content

apis

Retrieves a list of apis in a region

Overview

Nameapis
TypeResource
Descriptionapis
Idawscc.apigatewayv2.apis

Fields

NameDatatypeDescription
api_idstring
regionstringAWS 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