DestinationTable

Configuration of an Apache Iceberg destination table.

Types

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

Properties

Link copied to clipboard

The name of the destination namespace (database) in the AWS Glue Data Catalog.

Link copied to clipboard

The name of the destination Apache Iceberg table.

Link copied to clipboard

The partition specification for the destination table.

Functions

Link copied to clipboard
inline fun copy(block: DestinationTable.Builder.() -> Unit = {}): DestinationTable
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