Skip to main content

authorizers

Retrieves a list of authorizers in a region

Overview

Nameauthorizers
TypeResource
Descriptionauthorizers
Idawscc.iot.authorizers

Fields

NameDatatypeDescription
authorizer_namestring
regionstringAWS 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