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:
JSON
{ "MaximumSize" :StorageMaximumSize, "MinimumTimeToLive" :StorageMinimumTimeToLive, "StorageLocation" :String}
YAML
MaximumSize:StorageMaximumSizeMinimumTimeToLive:StorageMinimumTimeToLiveStorageLocation:String
Properties
- MaximumSize
- 
                    The maximum storage size of the data stored in the data partition. NoteNewer 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: 1Maximum: 4096Update requires: Replacement