interface TimePeriodProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.IoTFleetWise.CfnVehiclePropsMixin.TimePeriodProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsiotfleetwise#CfnVehiclePropsMixin_TimePeriodProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.iotfleetwise.CfnVehiclePropsMixin.TimePeriodProperty |
Python | aws_cdk.cfn_property_mixins.aws_iotfleetwise.CfnVehiclePropsMixin.TimePeriodProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_iotfleetwise » 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 { aws_iotfleetwise as iotfleetwise } from '@aws-cdk/cfn-property-mixins';
const timePeriodProperty: iotfleetwise.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