DestinationTableConfiguration
Describes the configuration of a destination in Apache Iceberg Tables.
Types
Properties
Link copied to clipboard
The name of the Apache Iceberg database.
Link copied to clipboard
Specifies the name of the Apache Iceberg Table.
Link copied to clipboard
The partition spec configuration for a table that is used by automatic table creation.
Link copied to clipboard
The table specific S3 error output prefix. All the errors that occurred while delivering to this table will be prefixed with this value in S3 destination.
Link copied to clipboard
A list of unique keys for a given Apache Iceberg table. Firehose will use these for running Create, Update, or Delete operations on the given Iceberg table.
Functions
Link copied to clipboard
inline fun copy(block: DestinationTableConfiguration.Builder.() -> Unit = {}): DestinationTableConfiguration