Interface CfnTopicRule.TimestreamTimestampProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTopicRule.TimestreamTimestampProperty.Jsii$Proxy
- Enclosing class:
CfnTopicRule
@Stability(Stable)
public static interface CfnTopicRule.TimestreamTimestampProperty
extends software.amazon.jsii.JsiiSerializable
The value to use for the entry's timestamp.
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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTopicRule.TimestreamTimestampPropertystatic final classAn implementation forCfnTopicRule.TimestreamTimestampProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getUnit
The precision of the timestamp value that results from the expression described invalue.- See Also:
-
getValue
An expression that returns a long epoch time value.- See Also:
-
builder
-