CreateIcebergTableInput
class CreateIcebergTableInput
The configuration parameters required to create a new Iceberg table in the Glue Data Catalog, including table properties and metadata specifications.
Types
Properties
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.