Amazon Timestream for LiveAnalytics will no longer be open to new customers starting June 20, 2025. If you would like to use Amazon Timestream for LiveAnalytics, sign up prior to that date. Existing customers can continue to use the service as normal. For more information, see Amazon Timestream for LiveAnalytics availability change.
TimestreamConfiguration
Configuration to write data into Timestream database and table. This configuration allows the user to map the query result select columns into the destination table columns.
Contents
- DatabaseName
-
Name of Timestream database to which the query result will be written.
Type: String
Required: Yes
- DimensionMappings
-
This is to allow mapping column(s) from the query result to the dimension in the destination table.
Type: Array of DimensionMapping objects
Required: Yes
- TableName
-
Name of Timestream table that the query result will be written to. The table should be within the same database that is provided in Timestream configuration.
Type: String
Required: Yes
- TimeColumn
-
Column from query result that should be used as the time column in destination table. Column type for this should be TIMESTAMP.
Type: String
Required: Yes
- MeasureNameColumn
-
Name of the measure column.
Type: String
Required: No
- MixedMeasureMappings
-
Specifies how to map measures to multi-measure records.
Type: Array of MixedMeasureMapping objects
Array Members: Minimum number of 1 item.
Required: No
- MultiMeasureMappings
-
Multi-measure mappings.
Type: MultiMeasureMappings object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: