Crawler Iceberg Target Args
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
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 global patterns used to exclude from the crawl.
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.