Interface CfnTopicRulePropsMixin.AssetPropertyTimestampProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTopicRulePropsMixin.AssetPropertyTimestampProperty.Jsii$Proxy
- Enclosing class:
CfnTopicRulePropsMixin
@Stability(Stable)
public static interface CfnTopicRulePropsMixin.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.cfnpropertymixins.services.iot.*;
AssetPropertyTimestampProperty assetPropertyTimestampProperty = AssetPropertyTimestampProperty.builder()
.offsetInNanos("offsetInNanos")
.timeInSeconds("timeInSeconds")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTopicRulePropsMixin.AssetPropertyTimestampPropertystatic final classAn implementation forCfnTopicRulePropsMixin.AssetPropertyTimestampProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getOffsetInNanos
Optional.A string that contains the nanosecond time offset. Accepts substitution templates.
- See Also:
-
getTimeInSeconds
A string that contains the time in seconds since epoch.Accepts substitution templates.
- See Also:
-
builder
-