aws-cdk-lib.aws_iot.CfnTopicRule.TimestreamTimestampProperty

interface TimestreamTimestampProperty

LanguageType name
.NETAmazon.CDK.AWS.IoT.CfnTopicRule.TimestreamTimestampProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiot#CfnTopicRule_TimestreamTimestampProperty
Javasoftware.amazon.awscdk.services.iot.CfnTopicRule.TimestreamTimestampProperty
Pythonaws_cdk.aws_iot.CfnTopicRule.TimestreamTimestampProperty
TypeScript aws-cdk-lib » 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 { aws_iot as iot } from 'aws-cdk-lib';
const timestreamTimestampProperty: iot.CfnTopicRule.TimestreamTimestampProperty = {
  unit: 'unit',
  value: 'value',
};

Properties

NameTypeDescription
unitstringThe precision of the timestamp value that results from the expression described in value .
valuestringAn 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.