interface TimePeriodProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.IoTFleetWise.Mixins.CfnVehiclePropsMixin.TimePeriodProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsiotfleetwise/mixins#CfnVehiclePropsMixin_TimePeriodProperty |
Java | software.amazon.awscdk.mixins.preview.services.iotfleetwise.mixins.CfnVehiclePropsMixin.TimePeriodProperty |
Python | aws_cdk.mixins_preview.aws_iotfleetwise.mixins.CfnVehiclePropsMixin.TimePeriodProperty |
TypeScript | @aws-cdk/mixins-preview » aws_iotfleetwise » mixins » CfnVehiclePropsMixin » 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 { mixins as iotfleetwise_mixins } from '@aws-cdk/mixins-preview/aws-iotfleetwise';
const timePeriodProperty: iotfleetwise_mixins.CfnVehiclePropsMixin.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
(optional)
A unit of time.
value?
Type:
number
(optional)
A number of time units.

.NET
Go
Java
Python
TypeScript