Scheduled Query Target Configuration Timestream Configuration Args
data class ScheduledQueryTargetConfigurationTimestreamConfigurationArgs(val databaseName: Output<String>, val dimensionMappings: Output<List<ScheduledQueryTargetConfigurationTimestreamConfigurationDimensionMappingArgs>>? = null, val measureNameColumn: Output<String>? = null, val mixedMeasureMappings: Output<List<ScheduledQueryTargetConfigurationTimestreamConfigurationMixedMeasureMappingArgs>>? = null, val multiMeasureMappings: Output<ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappingsArgs>? = null, val tableName: Output<String>, val timeColumn: Output<String>) : ConvertibleToJava<ScheduledQueryTargetConfigurationTimestreamConfigurationArgs>
Constructors
Link copied to clipboard
constructor(databaseName: Output<String>, dimensionMappings: Output<List<ScheduledQueryTargetConfigurationTimestreamConfigurationDimensionMappingArgs>>? = null, measureNameColumn: Output<String>? = null, mixedMeasureMappings: Output<List<ScheduledQueryTargetConfigurationTimestreamConfigurationMixedMeasureMappingArgs>>? = null, multiMeasureMappings: Output<ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappingsArgs>? = null, tableName: Output<String>, timeColumn: Output<String>)
Properties
Link copied to clipboard
Name of Timestream database to which the query result will be written.
Link copied to clipboard
val dimensionMappings: Output<List<ScheduledQueryTargetConfigurationTimestreamConfigurationDimensionMappingArgs>>? = null
Configuration block for mapping of column(s) from the query result to the dimension in the destination table. See below.
Link copied to clipboard
Name of the measure column.
Link copied to clipboard
val mixedMeasureMappings: Output<List<ScheduledQueryTargetConfigurationTimestreamConfigurationMixedMeasureMappingArgs>>? = null
Configuration block for how to map measures to multi-measure records. See below.
Link copied to clipboard
val multiMeasureMappings: Output<ScheduledQueryTargetConfigurationTimestreamConfigurationMultiMeasureMappingsArgs>? = null
Configuration block for multi-measure mappings. Only one of mixed_measure_mappings
or multi_measure_mappings
can be provided. multi_measure_mappings
can be used to ingest data as multi measures in the derived table. See below.
Link copied to clipboard
Column from query result that should be used as the time column in destination table. Column type for this should be TIMESTAMP.