Interface CfnVehiclePropsMixin.PeriodicStateTemplateUpdateStrategyProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVehiclePropsMixin.PeriodicStateTemplateUpdateStrategyProperty.Jsii$Proxy
- Enclosing class:
CfnVehiclePropsMixin
@Stability(Stable)
public static interface CfnVehiclePropsMixin.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.cfnpropertymixins.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 classstatic final classAn implementation forCfnVehiclePropsMixin.PeriodicStateTemplateUpdateStrategyProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnVehiclePropsMixin.TimePeriodPropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStateTemplateUpdateRate
Returns union: eitherIResolvableorCfnVehiclePropsMixin.TimePeriodProperty- See Also:
-
builder
@Stability(Stable) static CfnVehiclePropsMixin.PeriodicStateTemplateUpdateStrategyProperty.Builder builder()
-