Values.DataPartitionUploadOptionsSourceThe upload options for the data partition. If upload options are specified, you must also specify storage options. See DataPartitionStorageOptions. 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.
type nonrec t = {expression : EventExpression.t;The logical expression used to recognize what data to collect. For example, $variable.`Vehicle.OutsideAirTemperature` >= 105.0.
*)conditionLanguageVersion : LanguageVersion.t option;The version of the condition language. Defaults to the most recent condition language version.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of LanguageVersion.t | `String of EventExpression.t ])
list ]