DetectorModelAssetPropertyTimestampArgs

data class DetectorModelAssetPropertyTimestampArgs(val offsetInNanos: Output<String>? = null, val timeInSeconds: Output<String>) : ConvertibleToJava<DetectorModelAssetPropertyTimestampArgs>

A structure that contains timestamp information. For more information, see TimeInNanos in the AWS IoT SiteWise API Reference.

Constructors

Link copied to clipboard
fun DetectorModelAssetPropertyTimestampArgs(offsetInNanos: Output<String>? = null, timeInSeconds: Output<String>)

Functions

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

Properties

Link copied to clipboard
val offsetInNanos: Output<String>? = null

The timestamp, in seconds, in the Unix epoch format. The valid range is between 1-31556889864403199. You can also specify an expression.

Link copied to clipboard
val timeInSeconds: Output<String>

The nanosecond offset converted from timeInSeconds. The valid range is between 0-999999999. You can also specify an expression.