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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of Timestream database to which the query result will be written.

Link copied to clipboard

This is to allow mapping column(s) from the query result to the dimension in the destination table.

Link copied to clipboard

Name of the measure column.

Link copied to clipboard

Specifies how to map measures to multi-measure records.

Link copied to clipboard

Multi-measure mappings.

Link copied to clipboard

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.

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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String