Interface CfnPipePropsMixin.SingleMeasureMappingProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPipePropsMixin.SingleMeasureMappingProperty.Jsii$Proxy
- Enclosing class:
CfnPipePropsMixin
@Stability(Stable)
public static interface CfnPipePropsMixin.SingleMeasureMappingProperty
extends software.amazon.jsii.JsiiSerializable
Maps a single source data field to a single record in the specified Timestream for LiveAnalytics table.
For more information, see Amazon Timestream for LiveAnalytics concepts
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.*;
SingleMeasureMappingProperty singleMeasureMappingProperty = SingleMeasureMappingProperty.builder()
.measureName("measureName")
.measureValue("measureValue")
.measureValueType("measureValueType")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPipePropsMixin.SingleMeasureMappingPropertystatic final classAn implementation forCfnPipePropsMixin.SingleMeasureMappingProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMeasureName
Target measure name for the measurement attribute in the Timestream table.- See Also:
-
getMeasureValue
Dynamic path of the source field to map to the measure in the record.- See Also:
-
getMeasureValueType
Data type of the source field.- See Also:
-
builder
-