DataPartition
The configuration for signal data storage and upload options. You can only specify these
options when the campaign's spooling mode is TO_DISK
.
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
- id
-
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.Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
[a-zA-Z0-9]+
Required: Yes
- storageOptions
-
The storage options for a data partition.
Type: DataPartitionStorageOptions object
Required: Yes
- uploadOptions
-
The upload options for the data partition.
Type: DataPartitionUploadOptions object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: