--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_iot_authorizer Resource - terraform-provider-awscc" subcategory: "" description: |- Creates an authorizer. --- # awscc_iot_authorizer (Resource) Creates an authorizer. <!-- schema generated by tfplugindocs --> ## Schema ### Required - `authorizer_function_arn` (String) ### Optional - `authorizer_name` (String) - `enable_caching_for_http` (Boolean) - `signing_disabled` (Boolean) - `status` (String) - `tags` (Attributes List) (see [below for nested schema](#nestedatt--tags)) - `token_key_name` (String) - `token_signing_public_keys` (Map of String) ### Read-Only - `arn` (String) - `id` (String) Uniquely identifies the resource. <a id="nestedatt--tags"></a> ### Nested Schema for `tags` Optional: - `key` (String) - `value` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_iot_authorizer.example <resource ID> ```