CrawlerIcebergTargetArgs

data class CrawlerIcebergTargetArgs(val connectionName: Output<String>? = null, val exclusions: Output<List<String>>? = null, val maximumTraversalDepth: Output<Int>? = null, val paths: Output<List<String>>? = null) : ConvertibleToJava<CrawlerIcebergTargetArgs>

Specifies Apache Iceberg data store targets.

Constructors

Link copied to clipboard
constructor(connectionName: Output<String>? = null, exclusions: Output<List<String>>? = null, maximumTraversalDepth: Output<Int>? = null, paths: Output<List<String>>? = null)

Properties

Link copied to clipboard
val connectionName: Output<String>? = null

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

Link copied to clipboard
val exclusions: Output<List<String>>? = null

A list of global patterns used to exclude from the crawl.

Link copied to clipboard
val maximumTraversalDepth: Output<Int>? = null

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
val paths: Output<List<String>>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): CrawlerIcebergTargetArgs