PipeSingleMeasureMappingArgs

data class PipeSingleMeasureMappingArgs(val measureName: Output<String>, val measureValue: Output<String>, val measureValueType: Output<PipeMeasureValueType>) : ConvertibleToJava<PipeSingleMeasureMappingArgs>

Constructors

Link copied to clipboard
constructor(measureName: Output<String>, measureValue: Output<String>, measureValueType: Output<PipeMeasureValueType>)

Properties

Link copied to clipboard
val measureName: Output<String>

Target measure name for the measurement attribute in the Timestream table.

Link copied to clipboard
val measureValue: Output<String>

Dynamic path of the source field to map to the measure in the record.

Link copied to clipboard

Data type of the source field.

Functions

Link copied to clipboard
open override fun toJava(): PipeSingleMeasureMappingArgs