Alarm Model Asset Property Timestamp Args
data class AlarmModelAssetPropertyTimestampArgs(val offsetInNanos: Output<String>? = null, val timeInSeconds: Output<String>) : ConvertibleToJava<AlarmModelAssetPropertyTimestampArgs>
A structure that contains timestamp information. For more information, see TimeInNanos in the AWS IoT SiteWise API Reference.
Properties
Link copied to clipboard
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
The nanosecond offset converted from timeInSeconds. The valid range is between 0-999999999. You can also specify an expression.