@Stability(value=Stable)
public static interface CfnTopicRule.TimestreamTimestampProperty
extends software.amazon.jsii.JsiiSerializable
If blank, the time that the entry was processed is used.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.iot.*; TimestreamTimestampProperty timestreamTimestampProperty = TimestreamTimestampProperty.builder() .unit("unit") .value("value") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnTopicRule.TimestreamTimestampProperty.Builder
A builder for
CfnTopicRule.TimestreamTimestampProperty |
static class |
CfnTopicRule.TimestreamTimestampProperty.Jsii$Proxy
An implementation for
CfnTopicRule.TimestreamTimestampProperty |
Modifier and Type | Method and Description |
---|---|
static CfnTopicRule.TimestreamTimestampProperty.Builder |
builder() |
String |
getUnit()
The precision of the timestamp value that results from the expression described in `value` .
|
String |
getValue()
An expression that returns a long epoch time value.
|
@Stability(value=Stable) @NotNull String getUnit()
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) static CfnTopicRule.TimestreamTimestampProperty.Builder builder()
Copyright © 2023. All rights reserved.