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::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. |
Id | aws.apigateway.authorizers_list_only |
Fields
Name | Datatype | Description |
---|---|---|
rest_api_id | string | |
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,
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