Scheduled Query Target Configuration Timestream Configuration Multi Measure Mappings Args
data class ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappingsArgs(val multiMeasureAttributeMappings: Output<List<ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappingsMultiMeasureAttributeMappingArgs>>? = null, val targetMultiMeasureName: Output<String>? = null) : ConvertibleToJava<ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappingsArgs>
Constructors
Link copied to clipboard
constructor(multiMeasureAttributeMappings: Output<List<ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappingsMultiMeasureAttributeMappingArgs>>? = null, targetMultiMeasureName: Output<String>? = null)
Properties
Link copied to clipboard
val multiMeasureAttributeMappings: Output<List<ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappingsMultiMeasureAttributeMappingArgs>>? = null
Attribute mappings to be used for mapping query results to ingest data for multi-measure attributes. See above.
Link copied to clipboard
Name of the target multi-measure name in the derived table. This input is required when measure_name_column
is not provided. If measure_name_column
is provided, then the value from that column will be used as the multi-measure name.