Scheduled Query Multi Measure Mappings Args
data class ScheduledQueryMultiMeasureMappingsArgs(val multiMeasureAttributeMappings: Output<List<ScheduledQueryMultiMeasureAttributeMappingArgs>>, val targetMultiMeasureName: Output<String>? = null) : ConvertibleToJava<ScheduledQueryMultiMeasureMappingsArgs>
Only one of MixedMeasureMappings or MultiMeasureMappings is to be provided. MultiMeasureMappings can be used to ingest data as multi measures in the derived table.
Constructors
Link copied to clipboard
constructor(multiMeasureAttributeMappings: Output<List<ScheduledQueryMultiMeasureAttributeMappingArgs>>, targetMultiMeasureName: Output<String>? = null)
Properties
Link copied to clipboard
Required. Attribute mappings to be used for mapping query results to ingest data for multi-measure attributes.
Link copied to clipboard
The name of the target multi-measure name in the derived table. This input is required when measureNameColumn is not provided. If MeasureNameColumn is provided, then value from that column will be used as multi-measure name.