Show / Hide Table of Contents

Class CfnTopicRule.TimestreamTimestampProperty

The value to use for the entry's timestamp.

Inheritance
object
CfnTopicRule.TimestreamTimestampProperty
Implements
CfnTopicRule.ITimestreamTimestampProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.IoT
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTopicRule.TimestreamTimestampProperty : CfnTopicRule.ITimestreamTimestampProperty
Syntax (vb)
Public Class CfnTopicRule.TimestreamTimestampProperty Implements CfnTopicRule.ITimestreamTimestampProperty
Remarks

If blank, the time that the entry was processed is used.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-timestreamtimestamp.html

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

TimestreamTimestampProperty()

The value to use for the entry's timestamp.

Properties

Unit

The precision of the timestamp value that results from the expression described in value .

Value

An expression that returns a long epoch time value.

Constructors

TimestreamTimestampProperty()

The value to use for the entry's timestamp.

public TimestreamTimestampProperty()
Remarks

If blank, the time that the entry was processed is used.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-timestreamtimestamp.html

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"
             };

Properties

Unit

The precision of the timestamp value that results from the expression described in value .

public string Unit { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-timestreamtimestamp.html#cfn-iot-topicrule-timestreamtimestamp-unit

Value

An expression that returns a long epoch time value.

public string Value { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-timestreamtimestamp.html#cfn-iot-topicrule-timestreamtimestamp-value

Implements

CfnTopicRule.ITimestreamTimestampProperty
Back to top Generated by DocFX