Interface CfnPipePropsMixin.MultiMeasureAttributeMappingProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPipePropsMixin.MultiMeasureAttributeMappingProperty.Jsii$Proxy
- Enclosing class:
CfnPipePropsMixin
@Stability(Stable)
public static interface CfnPipePropsMixin.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.cfnpropertymixins.services.pipes.*;
MultiMeasureAttributeMappingProperty multiMeasureAttributeMappingProperty = MultiMeasureAttributeMappingProperty.builder()
.measureValue("measureValue")
.measureValueType("measureValueType")
.multiMeasureAttributeName("multiMeasureAttributeName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPipePropsMixin.MultiMeasureAttributeMappingPropertystatic final classAn implementation forCfnPipePropsMixin.MultiMeasureAttributeMappingProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMeasureValue
Dynamic path to the measurement attribute in the source event.- See Also:
-
getMeasureValueType
Data type of the measurement attribute in the source event.- See Also:
-
getMultiMeasureAttributeName
Target measure name to be used.- See Also:
-
builder
-