TopicRuleErrorActionTimestreamTimestampArgs

data class TopicRuleErrorActionTimestreamTimestampArgs(val unit: Output<String>, val value: Output<String>) : ConvertibleToJava<TopicRuleErrorActionTimestreamTimestampArgs>

Constructors

constructor(unit: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val unit: Output<String>

The precision of the timestamp value that results from the expression described in value. Valid values: SECONDS, MILLISECONDS, MICROSECONDS, NANOSECONDS.

Link copied to clipboard
val value: Output<String>

An expression that returns a long epoch time value.

Functions

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