aws.iot.list_authorizers
Example SQL Queries
SELECT * FROMaws.iot.list_authorizers;Description
Lists the authorizers registered in your account.
Requires permission to access the ListAuthorizers action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| ascending_order Input Column Return the list of authorizers in ascending alphabetical order. | BOOLEAN |
| status Input Column The status of the list authorizers request. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| authorizer_arn The authorizer ARN. | VARCHAR |
| authorizer_name The authorizer name. | VARCHAR |