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.
Important
Access to certain AWS IoT FleetWise features is currently gated. For more information, see AWS Region and feature availability in the AWS IoT FleetWise Developer Guide.
Contents
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- onChange
-
Vehicles associated with the state template will stream telemetry data when there is a change.
Type: OnChangeStateTemplateUpdateStrategy object
Required: No
- periodic
-
Vehicles associated with the state template will stream telemetry data during a specified time period.
Type: PeriodicStateTemplateUpdateStrategy object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: