CreateIcebergTableInput

The configuration parameters required to create a new Iceberg table in the Glue Data Catalog, including table properties and metadata specifications.

Types

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

Properties

Link copied to clipboard

The S3 location where the Iceberg table data will be stored.

Link copied to clipboard

The partitioning specification that defines how the Iceberg table data will be organized and partitioned for optimal query performance.

Link copied to clipboard

Key-value pairs of additional table properties and configuration settings for the Iceberg table.

Link copied to clipboard

The schema definition that specifies the structure, field types, and metadata for the Iceberg table.

Link copied to clipboard

The sort order specification that defines how data should be ordered within each partition to optimize query performance.

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