authorizers_list_only
Lists authorizers in a region or regions, for all properties use authorizers
Overview
| Name | authorizers_list_only |
| Type | Resource |
| Description | Creates an authorizer. |
| Id | aws.iot.authorizers_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
authorizer_name | 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_name
FROM aws.iot.authorizers_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the authorizers_list_only resource, see authorizers