CrawlerS3Target

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)

Constructors

Link copied to clipboard
constructor(connectionName: String? = null, dlqEventQueueArn: String? = null, eventQueueArn: String? = null, exclusions: List<String>? = null, path: String, sampleSize: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val connectionName: String? = null

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

Link copied to clipboard

The ARN of the dead-letter SQS queue.

Link copied to clipboard
val eventQueueArn: String? = null

The ARN of the SQS queue to receive S3 notifications from.

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

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

Link copied to clipboard

The name of the DynamoDB table to crawl.

Link copied to clipboard
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.