ScheduledQueryTargetConfigurationTimestreamConfigurationMixedMeasureMappingMultiMeasureAttributeMappingArgs

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

Constructors

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

Properties

Link copied to clipboard

Type of the attribute to be read from the source column. Valid values are BIGINT, BOOLEAN, DOUBLE, VARCHAR, TIMESTAMP.

Link copied to clipboard
val sourceColumn: Output<String>

Source column from where the attribute value is to be read.

Link copied to clipboard

Custom name to be used for attribute name in derived table. If not provided, source_column is used.

Functions

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