CrawlerHudiTargetArgs

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

Constructors

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

Properties

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

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

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

A list of glob 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 Hudi metadata folder in your Amazon S3 path. Used to limit the crawler run time. Valid values are between 1 and 20.

Link copied to clipboard
val paths: Output<List<String>>

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

Functions

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