Interface CfnVehicle.PeriodicStateTemplateUpdateStrategyProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVehicle.PeriodicStateTemplateUpdateStrategyProperty.Jsii$Proxy
- Enclosing class:
CfnVehicle
@Stability(Stable)
public static interface CfnVehicle.PeriodicStateTemplateUpdateStrategyProperty
extends software.amazon.jsii.JsiiSerializable
Vehicles associated with the state template will stream telemetry data during a specified time period.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iotfleetwise.*;
PeriodicStateTemplateUpdateStrategyProperty periodicStateTemplateUpdateStrategyProperty = PeriodicStateTemplateUpdateStrategyProperty.builder()
.stateTemplateUpdateRate(TimePeriodProperty.builder()
.unit("unit")
.value(123)
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnVehicle.PeriodicStateTemplateUpdateStrategyPropertystatic final classAn implementation forCfnVehicle.PeriodicStateTemplateUpdateStrategyProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Returns union: eitherIResolvableorCfnVehicle.TimePeriodPropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStateTemplateUpdateRate
Returns union: eitherIResolvableorCfnVehicle.TimePeriodProperty- See Also:
-
builder
-