Interface CfnTopicRule.AssetPropertyTimestampProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTopicRule.AssetPropertyTimestampProperty.Jsii$Proxy
Enclosing class:
CfnTopicRule

@Stability(Stable) public static interface CfnTopicRule.AssetPropertyTimestampProperty extends software.amazon.jsii.JsiiSerializable
An asset property timestamp entry containing the following information.

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.*;
 AssetPropertyTimestampProperty assetPropertyTimestampProperty = AssetPropertyTimestampProperty.builder()
         .timeInSeconds("timeInSeconds")
         // the properties below are optional
         .offsetInNanos("offsetInNanos")
         .build();
 

See Also: