This product is not supported for your selected Datadog site. ().

aws_iot_provisioningtemplate

account_id

Type: STRING

creation_date

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

default_version_id

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

description

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

enabled

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

last_modified_date

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

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

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

Type: UNORDERED_LIST_STRING

template_arn

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

template_body

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

template_name

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

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.