Module Values.DataPartitionSource

The configuration for signal data storage and upload options. You can only specify these options when the campaign's spooling mode is TO_DISK. 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.

Sourcetype nonrec t = {
  1. id : DataPartitionId.t;
    (*

    The ID of the data partition. The data partition ID must be unique within a campaign. You can establish a data partition as the default partition for a campaign by using default as the ID.

    *)
  2. storageOptions : DataPartitionStorageOptions.t;
    (*

    The storage options for a data partition.

    *)
  3. uploadOptions : DataPartitionUploadOptions.t option;
    (*

    The upload options for the data partition.

    *)
}
Sourceval context_ : string
Sourceval make : ?uploadOptions:??? -> id:DataPartitionId.t -> storageOptions:DataPartitionStorageOptions.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DataPartitionId.t | `Structure of (string * [> `Integer of LanguageVersion.t | `String of StorageLocation.t | `Structure of (string * [> `Enum of string | `Integer of StorageMaximumSizeValue.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t