AWS::IoT::ProvisioningTemplate ProvisioningHook - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

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 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