AWS Fundamentals Logo
AWS Fundamentals
AWS::IoT::Authorizer

IoT Authorizer

Creates an authorizer.

Properties

8 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
AuthorizerFunctionArn
string
Required
AuthorizerName
string
Create-only
EnableCachingForHttp
boolean
SigningDisabled
boolean
Create-only
Status
string
Tags
Array<Tag>
TokenKeyName
string
TokenSigningPublicKeys
object

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoT::Authorizer

Resources:
  MyResource:
    Type: AWS::IoT::Authorizer
    Properties:
      AuthorizerFunctionArn: "arn:aws:service:region:account:resource"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

iot:CreateAuthorizeriot:DescribeAuthorizeriot:TagResourceiot:ListTagsForResourcekms:Decrypt

read

iot:DescribeAuthorizeriot:ListTagsForResourcekms:Decrypt

update

iot:UpdateAuthorizeriot:DescribeAuthorizeriot:TagResourceiot:UntagResourceiot:ListTagsForResourcekms:Decrypt

delete

iot:UpdateAuthorizeriot:DeleteAuthorizeriot:DescribeAuthorizerkms:Decrypt

list

iot:ListAuthorizers

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceIoT
Properties9
Required1
TaggingSupported
Primary IDAuthorizerName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

SigningDisabledAuthorizerName

External Links