IcebergOptimizationPropertiesOutput

A structure that contains the output properties of Iceberg table optimization configuration for your catalog resource in the Glue Data Catalog.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A map of key-value pairs that specify configuration parameters for Iceberg table compaction operations, which optimize the layout of data files to improve query performance.

Link copied to clipboard

The timestamp when the Iceberg optimization properties were last updated.

Link copied to clipboard

A map of key-value pairs that specify configuration parameters for Iceberg orphan file deletion operations, which identify and remove files that are no longer referenced by the table metadata.

Link copied to clipboard

A map of key-value pairs that specify configuration parameters for Iceberg table retention operations, which manage the lifecycle of table snapshots to control storage costs.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role that is used to perform Iceberg table optimization operations.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String