AWS::IoTFleetWise::Campaign DataPartitionStorageOptions - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::IoTFleetWise::Campaign DataPartitionStorageOptions

Size, time, and location options for the data partition.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

Properties

MaximumSize

The maximum storage size of the data stored in the data partition.

Note

Newer data overwrites older data when the partition reaches the maximum size.

Required: Yes

Type: StorageMaximumSize

Update requires: Replacement

MinimumTimeToLive

The amount of time that data in this partition will be kept on disk.

  • After the designated amount of time passes, the data can be removed, but it's not guaranteed to be removed.

  • Before the time expires, data in this partition can still be deleted if the partition reaches its configured maximum size.

  • Newer data will overwrite older data when the partition reaches the maximum size.

Required: Yes

Type: StorageMinimumTimeToLive

Update requires: Replacement

StorageLocation

The folder name for the data partition under the campaign storage folder.

Required: Yes

Type: String

Minimum: 1

Maximum: 4096

Update requires: Replacement