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 AddAttributes
An activity that adds other attributes based on existing attributes in the message.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Attributes" :{, "Name" :Key:Value, ...}String, "Next" :String}
YAML
Attributes:Name:Key:ValueStringNext:String
Properties
Attributes-
A list of 1-50 "AttributeNameMapping" objects that map an existing attribute to a new attribute.
Note
The existing attributes remain in the message, so if you want to remove the originals, use "RemoveAttributeActivity".
Required: Yes
Type: Object of String
Pattern:
^.*$Minimum:
1Maximum:
256Update requires: No interruption
Name-
The name of the 'addAttributes' 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