authorizer
Gets an individual authorizer
resource
Overview
Name | authorizer |
Type | Resource |
Description | authorizer |
Id | awscc.iot.authorizer |
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
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