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_function_arn | string | |
arn | string | |
authorizer_name | string | |
signing_disabled | boolean | |
status | string | |
token_key_name | string | |
token_signing_public_keys | object | |
enable_caching_for_http | boolean | |
tags | array | |
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