ScheduledQueryMultiMeasureAttributeMappingArgs

data class ScheduledQueryMultiMeasureAttributeMappingArgs(val measureValueType: Output<ScheduledQueryMultiMeasureAttributeMappingMeasureValueType>, val sourceColumn: Output<String>, val targetMultiMeasureAttributeName: Output<String>? = null) : ConvertibleToJava<ScheduledQueryMultiMeasureAttributeMappingArgs>

An attribute mapping to be used for mapping query results to ingest data for multi-measure attributes.

Constructors

constructor(measureValueType: Output<ScheduledQueryMultiMeasureAttributeMappingMeasureValueType>, sourceColumn: Output<String>, targetMultiMeasureAttributeName: Output<String>? = null)

Properties

Link copied to clipboard
val sourceColumn: Output<String>
Link copied to clipboard

Functions

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