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

# aws_iot_provisioningtemplate{% #aws_iot_provisioningtemplate %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `creation_date`{% #creation_date %}

**Type**: `TIMESTAMP`**Provider name**: `creationDate`**Description**: The date when the provisioning template was created.

## `default_version_id`{% #default_version_id %}

**Type**: `INT32`**Provider name**: `defaultVersionId`**Description**: The default fleet template version ID.

## `description`{% #description %}

**Type**: `STRING`**Provider name**: `description`**Description**: The description of the provisioning template.

## `enabled`{% #enabled %}

**Type**: `BOOLEAN`**Provider name**: `enabled`**Description**: True if the provisioning template is enabled, otherwise false.

## `last_modified_date`{% #last_modified_date %}

**Type**: `TIMESTAMP`**Provider name**: `lastModifiedDate`**Description**: The date when the provisioning template was last modified.

## `pre_provisioning_hook`{% #pre_provisioning_hook %}

**Type**: `STRUCT`**Provider name**: `preProvisioningHook`**Description**: Gets information about a pre-provisioned hook.

- `payload_version`**Type**: `STRING`**Provider name**: `payloadVersion`**Description**: The payload that was sent to the target function. Note: Only Lambda functions are currently supported.
- `target_arn`**Type**: `STRING`**Provider name**: `targetArn`**Description**: The ARN of the target function. Note: Only Lambda functions are currently supported.

## `provisioning_role_arn`{% #provisioning_role_arn %}

**Type**: `STRING`**Provider name**: `provisioningRoleArn`**Description**: The ARN of the role associated with the provisioning template. This IoT role grants permission to provision a device.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `template_arn`{% #template_arn %}

**Type**: `STRING`**Provider name**: `templateArn`**Description**: The ARN of the provisioning template.

## `template_body`{% #template_body %}

**Type**: `STRING`**Provider name**: `templateBody`**Description**: The JSON formatted contents of the provisioning template.

## `template_name`{% #template_name %}

**Type**: `STRING`**Provider name**: `templateName`**Description**: The name of the provisioning template.

## `type`{% #type %}

**Type**: `STRING`**Provider name**: `type`**Description**: The type you define in a provisioning template. You can create a template with only one type. You can't change the template type after its creation. The default value is `FLEET_PROVISIONING`. For more information about provisioning template, see: [Provisioning template](https://docs.aws.amazon.com/iot/latest/developerguide/provision-template.html).
