Interface CfnVehiclePropsMixin.TimePeriodProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnVehiclePropsMixin.TimePeriodProperty.Jsii$Proxy
Enclosing class:
CfnVehiclePropsMixin

@Stability(Stable) public static interface CfnVehiclePropsMixin.TimePeriodProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.iotfleetwise.*;
 TimePeriodProperty timePeriodProperty = TimePeriodProperty.builder()
         .unit("unit")
         .value(123)
         .build();
 

See Also: