ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappingsArgs

data class ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappingsArgs(val multiMeasureAttributeMappings: Output<List<ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappingsMultiMeasureAttributeMappingArgs>>? = null, val targetMultiMeasureName: Output<String>? = null) : ConvertibleToJava<ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappingsArgs>

Constructors

constructor(multiMeasureAttributeMappings: Output<List<ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappingsMultiMeasureAttributeMappingArgs>>? = null, targetMultiMeasureName: Output<String>? = null)

Properties

Link copied to clipboard

Attribute mappings to be used for mapping query results to ingest data for multi-measure attributes. See above.

Link copied to clipboard
val targetMultiMeasureName: Output<String>? = null

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.

Functions

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