PipeTargetTimestreamParameters

data class PipeTargetTimestreamParameters(val dimensionMappings: List<PipeDimensionMapping>, val epochTimeUnit: PipeEpochTimeUnit? = null, val multiMeasureMappings: List<PipeMultiMeasureMapping>? = null, val singleMeasureMappings: List<PipeSingleMeasureMapping>? = null, val timeFieldType: PipeTimeFieldType? = null, val timeValue: String, val timestampFormat: String? = null, val versionValue: String)

Constructors

Link copied to clipboard
constructor(dimensionMappings: List<PipeDimensionMapping>, epochTimeUnit: PipeEpochTimeUnit? = null, multiMeasureMappings: List<PipeMultiMeasureMapping>? = null, singleMeasureMappings: List<PipeSingleMeasureMapping>? = null, timeFieldType: PipeTimeFieldType? = null, timeValue: String, timestampFormat: String? = null, versionValue: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Map source data to dimensions in the target Timestream for LiveAnalytics table. For more information, see Amazon Timestream for LiveAnalytics concepts

Link copied to clipboard

The granularity of the time units used. Default is MILLISECONDS . Required if TimeFieldType is specified as EPOCH .

Link copied to clipboard

Maps multiple measures from the source event to the same record in the specified Timestream for LiveAnalytics table.

Link copied to clipboard

Mappings of single source data fields to individual records in the specified Timestream for LiveAnalytics table.

Link copied to clipboard

The type of time value used. The default is EPOCH .

Link copied to clipboard
val timestampFormat: String? = null

How to format the timestamps. For example, yyyy-MM-dd'T'HH:mm:ss'Z' . Required if TimeFieldType is specified as TIMESTAMP_FORMAT .

Link copied to clipboard

Dynamic path to the source data field that represents the time value for your data.

Link copied to clipboard

64 bit version value or source data field that represents the version value for your data. Write requests with a higher version number will update the existing measure values of the record and version. In cases where the measure value is the same, the version will still be updated. Default value is 1. Timestream for LiveAnalytics does not support updating partial measure values in a record. Write requests for duplicate data with a higher version number will update the existing measure value and version. In cases where the measure value is the same, Version will still be updated. Default value is 1 .