This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::IoTAnalytics::Pipeline DeviceRegistryEnrich
An activity that adds data from the Amazon IoT device registry to your message.
Syntax
To declare this entity in your Amazon 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: 1Maximum: 256Update requires: No interruption 
- Name
- 
                    The name of the 'deviceRegistryEnrich' activity. Required: Yes Type: String Minimum: 1Maximum: 128Update requires: No interruption 
- Next
- 
                    The next activity in the pipeline. Required: No Type: String Minimum: 1Maximum: 128Update requires: No interruption 
- RoleArn
- 
                    The ARN of the role that allows access to the device's registry information. Required: Yes Type: String Minimum: 20Maximum: 2048Update requires: No interruption 
- ThingName
- 
                    The name of the IoT device whose registry information is added to the message. Required: Yes Type: String Minimum: 1Maximum: 256Update requires: No interruption