AWS::IoTFleetWise::Campaign DataPartitionStorageOptions - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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

AWS::IoTFleetWise::Campaign DataPartitionStorageOptions

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

Syntax

To declare this entity in your Amazon 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