PipeTargetTimestreamParametersArgs

data class PipeTargetTimestreamParametersArgs(val dimensionMappings: Output<List<PipeDimensionMappingArgs>>, val epochTimeUnit: Output<PipeEpochTimeUnit>? = null, val multiMeasureMappings: Output<List<PipeMultiMeasureMappingArgs>>? = null, val singleMeasureMappings: Output<List<PipeSingleMeasureMappingArgs>>? = null, val timeFieldType: Output<PipeTimeFieldType>? = null, val timeValue: Output<String>, val timestampFormat: Output<String>? = null, val versionValue: Output<String>) : ConvertibleToJava<PipeTargetTimestreamParametersArgs>

Constructors

Link copied to clipboard
constructor(dimensionMappings: Output<List<PipeDimensionMappingArgs>>, epochTimeUnit: Output<PipeEpochTimeUnit>? = null, multiMeasureMappings: Output<List<PipeMultiMeasureMappingArgs>>? = null, singleMeasureMappings: Output<List<PipeSingleMeasureMappingArgs>>? = null, timeFieldType: Output<PipeTimeFieldType>? = null, timeValue: Output<String>, timestampFormat: Output<String>? = null, versionValue: Output<String>)

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
val epochTimeUnit: Output<PipeEpochTimeUnit>? = null

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
val timeFieldType: Output<PipeTimeFieldType>? = null

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

Link copied to clipboard
val timestampFormat: Output<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
val timeValue: Output<String>

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

Link copied to clipboard
val versionValue: Output<String>

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 .

Functions

Link copied to clipboard
open override fun toJava(): PipeTargetTimestreamParametersArgs