Package com.pulumi.aws.iot.outputs
Class TopicRuleTimestreamTimestamp
- java.lang.Object
-
- com.pulumi.aws.iot.outputs.TopicRuleTimestreamTimestamp
-
public final class TopicRuleTimestreamTimestamp extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TopicRuleTimestreamTimestamp.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TopicRuleTimestreamTimestamp.Builder
builder()
static TopicRuleTimestreamTimestamp.Builder
builder(TopicRuleTimestreamTimestamp defaults)
java.lang.String
unit()
java.lang.String
value()
-
-
-
Method Detail
-
unit
public java.lang.String unit()
- Returns:
- The precision of the timestamp value that results from the expression described in value. Valid values: `SECONDS`, `MILLISECONDS`, `MICROSECONDS`, `NANOSECONDS`.
-
value
public java.lang.String value()
- Returns:
- The value of the HTTP header.
-
builder
public static TopicRuleTimestreamTimestamp.Builder builder()
-
builder
public static TopicRuleTimestreamTimestamp.Builder builder(TopicRuleTimestreamTimestamp defaults)
-
-