Interface CfnPipelinePropsMixin.MathProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPipelinePropsMixin.MathProperty.Jsii$Proxy
Enclosing class:
CfnPipelinePropsMixin

@Stability(Stable) public static interface CfnPipelinePropsMixin.MathProperty extends software.amazon.jsii.JsiiSerializable
An activity that computes an arithmetic expression using the message's attributes.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.iotanalytics.*;
 MathProperty mathProperty = MathProperty.builder()
         .attribute("attribute")
         .math("math")
         .name("name")
         .next("next")
         .build();
 

See Also: