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