interface AssetPropertyTimestampProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.IoT.CfnTopicRule.AssetPropertyTimestampProperty |
Java | software.amazon.awscdk.services.iot.CfnTopicRule.AssetPropertyTimestampProperty |
Python | aws_cdk.aws_iot.CfnTopicRule.AssetPropertyTimestampProperty |
TypeScript | @aws-cdk/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 * as iot from '@aws-cdk/aws-iot';
const assetPropertyTimestampProperty: iot.CfnTopicRule.AssetPropertyTimestampProperty = {
timeInSeconds: 'timeInSeconds',
// the properties below are optional
offsetInNanos: 'offsetInNanos',
};
Properties
Name | Type | Description |
---|---|---|
time | string | A string that contains the time in seconds since epoch. |
offset | string | Optional. |
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.