interface TimePeriodProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.IoTFleetWise.CfnVehicle.TimePeriodProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsiotfleetwise#CfnVehicle_TimePeriodProperty |
Java | software.amazon.awscdk.services.iotfleetwise.CfnVehicle.TimePeriodProperty |
Python | aws_cdk.aws_iotfleetwise.CfnVehicle.TimePeriodProperty |
TypeScript | aws-cdk-lib » aws_iotfleetwise » CfnVehicle » TimePeriodProperty |
The length of time between state template updates.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotfleetwise as iotfleetwise } from 'aws-cdk-lib';
const timePeriodProperty: iotfleetwise.CfnVehicle.TimePeriodProperty = {
unit: 'unit',
value: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| unit | string | A unit of time. |
| value | number | A number of time units. |
unit
Type:
string
A unit of time.
value
Type:
number
A number of time units.

.NET
Go
Java
Python
TypeScript