Scheduled Query Multi Measure Attribute Mapping Args
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
Link copied to clipboard
constructor(measureValueType: Output<ScheduledQueryMultiMeasureAttributeMappingMeasureValueType>, sourceColumn: Output<String>, targetMultiMeasureAttributeName: Output<String>? = null)