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();