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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTopicRule.AssetPropertyTimestampProperty
static final class
An implementation forCfnTopicRule.AssetPropertyTimestampProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTimeInSeconds
A string that contains the time in seconds since epoch.Accepts substitution templates.
- See Also:
-
getOffsetInNanos
Optional.A string that contains the nanosecond time offset. Accepts substitution templates.
- See Also:
-
builder
-