TopicRuleTimestreamTimestampArgs

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

Constructors

Link copied to clipboard
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 .

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(): TopicRuleTimestreamTimestampArgs