AWS::IoT::ProvisioningTemplate ProvisioningHook - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::IoT::ProvisioningTemplate ProvisioningHook

Structure that contains payloadVersion and targetArn. Provisioning hooks can be used when fleet provisioning to validate device parameters before allowing the device to be provisioned.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "PayloadVersion" : String, "TargetArn" : String }

YAML

PayloadVersion: String TargetArn: String

Properties

PayloadVersion

The payload that was sent to the target function. The valid payload is "2020-04-01".

Required: No

Type: String

Update requires: No interruption

TargetArn

The ARN of the target function.

Required: No

Type: String

Update requires: No interruption