Skip to main content

authorizers

Retrieves a list of authorizers in a region

Overview

Nameauthorizers
TypeResource
Descriptionauthorizers
Idawscc.apigatewayv2.authorizers

Fields

NameDatatypeDescription
authorizer_idstring
api_idstringThe API identifier.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
authorizer_id,
api_id
FROM awscc.apigatewayv2.authorizers
WHERE region = 'us-east-1'

Permissions

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

Create

apigateway:POST,
iam:PassRole

List

apigateway:GET