Interface CfnTopicRulePropsMixin.TimestampProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTopicRulePropsMixin.TimestampProperty.Jsii$Proxy
- Enclosing class:
CfnTopicRulePropsMixin
@Stability(Stable)
public static interface CfnTopicRulePropsMixin.TimestampProperty
extends software.amazon.jsii.JsiiSerializable
Describes how to interpret an application-defined timestamp value from an MQTT message payload and the precision of that value.
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.*;
TimestampProperty timestampProperty = TimestampProperty.builder()
.unit("unit")
.value("value")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTopicRulePropsMixin.TimestampPropertystatic final classAn implementation forCfnTopicRulePropsMixin.TimestampProperty -
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
-