IcebergTarget

Specifies an Apache Iceberg data source where Iceberg tables are stored in Amazon S3.

Types

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

Properties

Link copied to clipboard

The name of the connection to use to connect to the Iceberg target.

Link copied to clipboard

A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.

Link copied to clipboard

The maximum depth of Amazon S3 paths that the crawler can traverse to discover the Iceberg metadata folder in your Amazon S3 path. Used to limit the crawler run time.

Link copied to clipboard

One or more Amazon S3 paths that contains Iceberg metadata folders as s3://bucket/prefix.

Functions

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