Skip to main content

authorizers

Retrieves a list of authorizers in a region

Overview

Nameauthorizers
TypeResource
Descriptionauthorizers
Idawscc.apigateway.authorizers

Fields

NameDatatypeDescription
rest_api_idstringThe string identifier of the associated RestApi.
authorizer_idstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
rest_api_id,
authorizer_id
FROM awscc.apigateway.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