AWS IoT Analytics Pipeline SelectAttributes
The SelectAttributes
property type creates a new message using only the specified attributes from the original
message for an
AWS IoT Analytics pipeline.
SelectAttributes is a property of the Activity property type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Attributes" : [String, ... ], "Name" :String, "Next" :String}
YAML
Attributes: -StringName:StringNext:String
Properties
Attributes-
A list of the attributes to select from the message.
Required: No
Type: List of String values
Update requires: No interruption
Name-
The name of the 'selectAttributes' activity.
Required: No
Type: String
Update requires: No interruption
Next-
The next activity in the pipeline.
Required: No
Type: String
Update requires: No interruption
See Also
-
CreatePipeline in the AWS IoT Analytics User Guide
