Scheduled Query Target Configuration Timestream Configuration Multi Measure Mappings Multi Measure Attribute Mapping Args
data class ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappingsMultiMeasureAttributeMappingArgs(val measureValueType: Output<String>, val sourceColumn: Output<String>, val targetMultiMeasureAttributeName: Output<String>? = null) : ConvertibleToJava<ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappingsMultiMeasureAttributeMappingArgs>
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.