AWS::IoT::AuthorizerCreates an authorizer.
8 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AuthorizerFunctionArn | string | Required |
AuthorizerName | string | Create-only |
EnableCachingForHttp | boolean | |
SigningDisabled | boolean | Create-only |
Status | string | |
Tags | Array<Tag> | |
TokenKeyName | string | |
TokenSigningPublicKeys | object |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
iot:CreateAuthorizeriot:DescribeAuthorizeriot:TagResourceiot:ListTagsForResourcekms:Decryptiot:DescribeAuthorizeriot:ListTagsForResourcekms:Decryptiot:UpdateAuthorizeriot:DescribeAuthorizeriot:TagResourceiot:UntagResourceiot:ListTagsForResourcekms:Decryptiot:UpdateAuthorizeriot:DeleteAuthorizeriot:DescribeAuthorizerkms:Decryptiot:ListAuthorizersOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAuthorizerNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
SigningDisabledAuthorizerName