AWS IoT Analytics Pipeline RemoveAttributes
The RemoveAttributes property type specifies the attributes to remove from a message for an AWS IoT Analytics
pipeline.
RemoveAttributes 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-
Specifies the attributes to remove from the message.
Required: No
Type: List of String values
Update requires: No interruption
Name-
The name of the 'removeAttributes' 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 IoT Analytics User Guide
