interface TimestreamTimestampProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.IoT.CfnTopicRule.TimestreamTimestampProperty |
Java | software.amazon.awscdk.services.iot.CfnTopicRule.TimestreamTimestampProperty |
Python | aws_cdk.aws_iot.CfnTopicRule.TimestreamTimestampProperty |
TypeScript | @aws-cdk/aws-iot » CfnTopicRule » TimestreamTimestampProperty |
The value to use for the entry's timestamp.
If blank, the time that the entry was processed is used.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as iot from '@aws-cdk/aws-iot';
const timestreamTimestampProperty: iot.CfnTopicRule.TimestreamTimestampProperty = {
unit: 'unit',
value: 'value',
};
Properties
Name | Type | Description |
---|---|---|
unit | string | The precision of the timestamp value that results from the expression described in value . |
value | string | An expression that returns a long epoch time value. |
unit
Type:
string
The precision of the timestamp value that results from the expression described in value
.
value
Type:
string
An expression that returns a long epoch time value.