AWS IoT Analytics Pipeline DeviceRegistryEnrich
The DeviceRegistryEnrich
property type specifies data from the AWS IoT device registry which you can add to
your message
for an AWS IoT Analytics pipeline.
DeviceRegistryEnrich is a property of the Activity property type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Attribute" :String, "Name" :String, "Next" :String, "RoleArn" :String, "ThingName" :String}
Properties
Attribute-
The name of the attribute that is added to the message.
Required: No
Type: String
Update requires: No interruption
Name-
The name of the "deviceRegistryEnrich" activity.
Required: No
Type: String
Update requires: No interruption
Next-
The next activity in the pipeline.
Required: No
Type: String
Update requires: No interruption
RoleArn-
The ARN of the role that allows access to the device's registry information.
Required: No
Type: String
Update requires: No interruption
ThingName-
The name of the IoT device whose registry information is added to the message.
Required: No
Type: String
Update requires: No interruption
See Also
-
RunPipelineActivity in the AWS IoT Analytics User Guide
