AWS::S3Tables::TableBucket UnreferencedFileRemoval - 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::S3Tables::TableBucket UnreferencedFileRemoval

The unreferenced file removal settings for your table bucket. Unreferenced file removal identifies and deletes all objects that are not referenced by any table snapshots. For more information, see the Amazon S3 User Guide.

Syntax

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

JSON

{ "NoncurrentDays" : Integer, "Status" : String, "UnreferencedDays" : Integer }

YAML

NoncurrentDays: Integer Status: String UnreferencedDays: Integer

Properties

NoncurrentDays

The number of days an object can be noncurrent before Amazon S3 deletes it.

Required: No

Type: Integer

Minimum: 1

Update requires: No interruption

Status

The status of the unreferenced file removal configuration for your table bucket.

Required: No

Type: String

Allowed values: Enabled | Disabled

Update requires: No interruption

UnreferencedDays

The number of days an object must be unreferenced by your table before Amazon S3 marks the object as noncurrent.

Required: No

Type: Integer

Minimum: 1

Update requires: No interruption