Skip to main content

authorizers_list_only

Lists authorizers in a region or regions, for all properties use authorizers

Overview

Nameauthorizers_list_only
TypeResource
DescriptionThe AWS::ApiGateway::Authorizer resource creates an authorization layer that API Gateway activates for methods that have authorization enabled. API Gateway activates the authorizer when a client calls those methods.
Idaws.apigateway.authorizers_list_only

Fields

NameDatatypeDescription
rest_api_idstring
authorizer_idstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all authorizers in a region.

SELECT
region,
rest_api_id,
authorizer_id
FROM aws.apigateway.authorizers_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the authorizers_list_only resource, see authorizers