TopicRuleTimestreamTimestampArgs

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

Constructors

Link copied to clipboard
fun TopicRuleTimestreamTimestampArgs(unit: Output<String>, value: Output<String>)

Functions

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

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.