AWS IoT Analytics Pipeline Math
The Math property type specifies
an arithmetic expression which is computed using the message's attributes and whose
result is added to
the message for an AWS IoT Analytics pipeline.
Math is a property of the Activity property type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
Properties
Attribute-
The name of the attribute that will contain the result of the math operation.
Required: No
Type: String
Update requires: No interruption
Math-
An expression that uses one or more existing attributes and must return an integer value.
Required: No
Type: String
Update requires: No interruption
Name-
The name of the 'math' 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
