---
title: Getting Started with Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Infrastructure > Datadog Resource Catalog
---

# aws_iot_authorizer{% #aws_iot_authorizer %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `authorizer_arn`{% #authorizer_arn %}

**Type**: `STRING`**Provider name**: `authorizerArn`**Description**: The authorizer ARN.

## `authorizer_function_arn`{% #authorizer_function_arn %}

**Type**: `STRING`**Provider name**: `authorizerFunctionArn`**Description**: The authorizer's Lambda function ARN.

## `authorizer_name`{% #authorizer_name %}

**Type**: `STRING`**Provider name**: `authorizerName`**Description**: The authorizer name.

## `creation_date`{% #creation_date %}

**Type**: `TIMESTAMP`**Provider name**: `creationDate`**Description**: The UNIX timestamp of when the authorizer was created.

## `enable_caching_for_http`{% #enable_caching_for_http %}

**Type**: `BOOLEAN`**Provider name**: `enableCachingForHttp`**Description**: When `true`, the result from the authorizer's Lambda function is cached for the time specified in `refreshAfterInSeconds`. The cached result is used while the device reuses the same HTTP connection.

## `last_modified_date`{% #last_modified_date %}

**Type**: `TIMESTAMP`**Provider name**: `lastModifiedDate`**Description**: The UNIX timestamp of when the authorizer was last updated.

## `signing_disabled`{% #signing_disabled %}

**Type**: `BOOLEAN`**Provider name**: `signingDisabled`**Description**: Specifies whether IoT validates the token signature in an authorization request.

## `status`{% #status %}

**Type**: `STRING`**Provider name**: `status`**Description**: The status of the authorizer.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `token_key_name`{% #token_key_name %}

**Type**: `STRING`**Provider name**: `tokenKeyName`**Description**: The key used to extract the token from the HTTP headers.

## `token_signing_public_keys`{% #token_signing_public_keys %}

**Type**: `MAP_STRING_STRING`**Provider name**: `tokenSigningPublicKeys`**Description**: The public keys used to validate the token signature returned by your custom authentication service.
