authorizers_list_only
Lists authorizers in a region or regions, for all properties use authorizers
Overview
| Name | authorizers_list_only |
| Type | Resource |
| Description | The 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. |
| Id | aws.apigatewayv2.authorizers_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
api_id | string | The API identifier. |
authorizer_id | string | |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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