Skip to main content

authorizer

Gets an individual authorizer resource

Overview

Nameauthorizer
TypeResource
Descriptionauthorizer
Idawscc.iot.authorizer

Fields

NameDatatypeDescription
authorizer_function_arnstring
arnstring
authorizer_namestring
signing_disabledboolean
statusstring
token_key_namestring
token_signing_public_keysobject
enable_caching_for_httpboolean
tagsarray
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
authorizer_function_arn,
arn,
authorizer_name,
signing_disabled,
status,
token_key_name,
token_signing_public_keys,
enable_caching_for_http,
tags
FROM awscc.iot.authorizer
WHERE data__Identifier = '<AuthorizerName>';

Permissions

To operate on the authorizer resource, the following permissions are required:

Read

iot:DescribeAuthorizer,
iot:ListTagsForResource

Update

iot:UpdateAuthorizer,
iot:DescribeAuthorizer,
iot:TagResource,
iot:UntagResource,
iot:ListTagsForResource

Delete

iot:UpdateAuthorizer,
iot:DeleteAuthorizer,
iot:DescribeAuthorizer