ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappingsMultiMeasureAttributeMapping

data class ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappingsMultiMeasureAttributeMapping(val measureValueType: String, val sourceColumn: String, val targetMultiMeasureAttributeName: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

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

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.