AWS::IoTAnalytics::Pipeline DeviceRegistryEnrich
An activity that adds data from the AWS IoT device registry to your message.
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: Yes
Type: String
Minimum:
1
Maximum:
256
Update requires: No interruption
Name
-
The name of the 'deviceRegistryEnrich' activity.
Required: Yes
Type: String
Minimum:
1
Maximum:
128
Update requires: No interruption
Next
-
The next activity in the pipeline.
Required: No
Type: String
Minimum:
1
Maximum:
128
Update requires: No interruption
RoleArn
-
The ARN of the role that allows access to the device's registry information.
Required: Yes
Type: String
Minimum:
20
Maximum:
2048
Update requires: No interruption
ThingName
-
The name of the IoT device whose registry information is added to the message.
Required: Yes
Type: String
Minimum:
1
Maximum:
256
Update requires: No interruption