StateTemplateUpdateStrategy
The update strategy for the state template. Vehicles associated with the state template can stream telemetry data with either an onChange
or periodic
update strategy.
Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.
Inheritors
Types
Functions
Casts this StateTemplateUpdateStrategy as a OnChange and retrieves its aws.sdk.kotlin.services.iotfleetwise.model.OnChangeStateTemplateUpdateStrategy value. Throws an exception if the StateTemplateUpdateStrategy is not a OnChange.
Casts this StateTemplateUpdateStrategy as a OnChange and retrieves its aws.sdk.kotlin.services.iotfleetwise.model.OnChangeStateTemplateUpdateStrategy value. Returns null if the StateTemplateUpdateStrategy is not a OnChange.
Casts this StateTemplateUpdateStrategy as a Periodic and retrieves its aws.sdk.kotlin.services.iotfleetwise.model.PeriodicStateTemplateUpdateStrategy value. Throws an exception if the StateTemplateUpdateStrategy is not a Periodic.
Casts this StateTemplateUpdateStrategy as a Periodic and retrieves its aws.sdk.kotlin.services.iotfleetwise.model.PeriodicStateTemplateUpdateStrategy value. Returns null if the StateTemplateUpdateStrategy is not a Periodic.