TopicRuleAssetPropertyTimestampArgs

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

Constructors

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

Properties

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

Optional. A string that contains the nanosecond time offset. Accepts substitution templates.

Link copied to clipboard
val timeInSeconds: Output<String>

A string that contains the time in seconds since epoch. Accepts substitution templates.

Functions

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