TopicRuleErrorActionTimestreamTimestampArgs

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

Constructors

Functions

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

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>

The value of the HTTP header.