aws-cdk-lib.aws_iot.CfnTopicRule.AssetPropertyTimestampProperty

interface AssetPropertyTimestampProperty

LanguageType name
.NETAmazon.CDK.AWS.IoT.CfnTopicRule.AssetPropertyTimestampProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiot#CfnTopicRule_AssetPropertyTimestampProperty
Javasoftware.amazon.awscdk.services.iot.CfnTopicRule.AssetPropertyTimestampProperty
Pythonaws_cdk.aws_iot.CfnTopicRule.AssetPropertyTimestampProperty
TypeScript aws-cdk-lib » aws_iot » CfnTopicRule » AssetPropertyTimestampProperty

An asset property timestamp entry containing the following information.

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 assetPropertyTimestampProperty: iot.CfnTopicRule.AssetPropertyTimestampProperty = {
  timeInSeconds: 'timeInSeconds',

  // the properties below are optional
  offsetInNanos: 'offsetInNanos',
};

Properties

NameTypeDescription
timeInSecondsstringA string that contains the time in seconds since epoch.
offsetInNanos?stringOptional.

timeInSeconds

Type: string

A string that contains the time in seconds since epoch.

Accepts substitution templates.


offsetInNanos?

Type: string (optional)

Optional.

A string that contains the nanosecond time offset. Accepts substitution templates.