Pipe Target Timestream Parameters Args
Constructors
Properties
Map source data to dimensions in the target Timestream for LiveAnalytics table. For more information, see Amazon Timestream for LiveAnalytics concepts
The granularity of the time units used. Default is MILLISECONDS
. Required if TimeFieldType
is specified as EPOCH
.
Maps multiple measures from the source event to the same record in the specified Timestream for LiveAnalytics table.
Mappings of single source data fields to individual records in the specified Timestream for LiveAnalytics table.
The type of time value used. The default is EPOCH
.
How to format the timestamps. For example, yyyy-MM-dd'T'HH:mm:ss'Z'
. Required if TimeFieldType
is specified as TIMESTAMP_FORMAT
.
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
.