data class CrawlerS3Target(val connectionName: String? = null, val dlqEventQueueArn: String? = null, val eventQueueArn: String? = null, val exclusions: List<String>? = null, val path: String, val sampleSize: Int? = null)
Sets the number of files in each leaf folder to be crawled when crawling sample files in a dataset. If not set, all the files are crawled. A valid value is an integer between 1 and 249.