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>
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.