AWS::Glue::TableOptimizer IcebergConfiguration - 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::Glue::TableOptimizer IcebergConfiguration

IcebergConfiguration is a property type within the AWS::Glue::TableOptimizer resource in Amazon CloudFormation. This configuration is used when setting up table optimization for Iceberg tables in Amazon Glue.

Syntax

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

JSON

{ "Location" : String, "OrphanFileRetentionPeriodInDays" : Integer }

Properties

Location

Specifies a directory in which to look for orphan files (defaults to the table's location). You may choose a sub-directory rather than the top-level table location.

Required: No

Type: String

Update requires: No interruption

OrphanFileRetentionPeriodInDays

The specific number of days you want to keep the orphan files.

Required: No

Type: Integer

Update requires: No interruption