PipeMultiMeasureAttributeMappingArgs

data class PipeMultiMeasureAttributeMappingArgs(val measureValue: Output<String>, val measureValueType: Output<PipeMeasureValueType>, val multiMeasureAttributeName: Output<String>) : ConvertibleToJava<PipeMultiMeasureAttributeMappingArgs>

Constructors

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

Properties

Link copied to clipboard
val measureValue: Output<String>

Dynamic path to the measurement attribute in the source event.

Link copied to clipboard

Data type of the measurement attribute in the source event.

Link copied to clipboard

Target measure name to be used.

Functions

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