authorizers
Retrieves a list of authorizers
in a region
Overview
Name | authorizers |
Type | Resource |
Description | authorizers |
Id | awscc.iot.authorizers |
Fields
Name | Datatype | Description |
---|---|---|
authorizer_name | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
authorizer_name
FROM awscc.iot.authorizers
WHERE region = 'us-east-1'
Permissions
To operate on the authorizers
resource, the following permissions are required:
Create
iot:CreateAuthorizer,
iot:DescribeAuthorizer,
iot:TagResource,
iot:ListTagsForResource
List
iot:ListAuthorizers