Class CfnTopicRule.TimestreamTimestampProperty
The value to use for the entry's timestamp.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.IoT
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TimestreamTimestampProperty : Object, CfnTopicRule.ITimestreamTimestampProperty
Syntax (vb)
Public Class TimestreamTimestampProperty
Inherits Object
Implements CfnTopicRule.ITimestreamTimestampProperty
Remarks
If blank, the time that the entry was processed is used.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoT;
var timestreamTimestampProperty = new TimestreamTimestampProperty {
Unit = "unit",
Value = "value"
};
Synopsis
Constructors
Timestream |
Properties
Unit | The precision of the timestamp value that results from the expression described in |
Value | An expression that returns a long epoch time value. |
Constructors
TimestreamTimestampProperty()
public TimestreamTimestampProperty()
Properties
Unit
The precision of the timestamp value that results from the expression described in value
.
public string Unit { get; set; }
Property Value
System.
Remarks
Value
An expression that returns a long epoch time value.
public string Value { get; set; }
Property Value
System.