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::ApiGatewayV2::Authorizer resource creates an authorizer for a WebSocket API or an HTTP API. To learn more, see [Controlling and managing access to a WebSocket API in API Gateway](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api-control-access.html) and [Controlling and managing access to an HTTP API in API Gateway](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api-access-control.html) in the *API Gateway Developer Guide*.
Idaws.apigatewayv2.authorizers_list_only

Fields

NameDatatypeDescription
api_idstringThe API identifier.
authorizer_idstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all authorizers in a region.

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

Permissions

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