Interface CfnPipe.MultiMeasureAttributeMappingProperty

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

@Stability(Stable) public static interface CfnPipe.MultiMeasureAttributeMappingProperty extends software.amazon.jsii.JsiiSerializable
A mapping of a source event data field to a measure in a Timestream for LiveAnalytics record.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.pipes.*;
 MultiMeasureAttributeMappingProperty multiMeasureAttributeMappingProperty = MultiMeasureAttributeMappingProperty.builder()
         .measureValue("measureValue")
         .measureValueType("measureValueType")
         .multiMeasureAttributeName("multiMeasureAttributeName")
         .build();
 

See Also: