| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoTAnalytics.Types.MathActivity
Description
Synopsis
Documentation
data MathActivity Source #
An activity that computes an arithmetic expression using the message's attributes.
See: newMathActivity smart constructor.
Constructors
| MathActivity' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> MathActivity |
Create a value of MathActivity with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:next:MathActivity', mathActivity_next - The next activity in the pipeline.
$sel:name:MathActivity', mathActivity_name - The name of the math activity.
$sel:attribute:MathActivity', mathActivity_attribute - The name of the attribute that contains the result of the math
operation.
$sel:math:MathActivity', mathActivity_math - An expression that uses one or more existing attributes and must return
an integer value.
mathActivity_next :: Lens' MathActivity (Maybe Text) Source #
The next activity in the pipeline.
mathActivity_name :: Lens' MathActivity Text Source #
The name of the math activity.
mathActivity_attribute :: Lens' MathActivity Text Source #
The name of the attribute that contains the result of the math operation.
mathActivity_math :: Lens' MathActivity Text Source #
An expression that uses one or more existing attributes and must return an integer value.