TopicRuleTimestampArgs

data class TopicRuleTimestampArgs(val unit: Output<String>? = null, val value: Output<String>) : ConvertibleToJava<TopicRuleTimestampArgs>

Constructors

Link copied to clipboard
constructor(unit: Output<String>? = null, value: Output<String>)

Properties

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

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