CrawlerS3TargetArgs

data class CrawlerS3TargetArgs(val connectionName: Output<String>? = null, val dlqEventQueueArn: Output<String>? = null, val eventQueueArn: Output<String>? = null, val exclusions: Output<List<String>>? = null, val path: Output<String>, val sampleSize: Output<Int>? = null) : ConvertibleToJava<CrawlerS3TargetArgs>

Constructors

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

Properties

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

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

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

The ARN of the dead-letter SQS queue.

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

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

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
val path: Output<String>

The name of the DynamoDB table to crawl.

Link copied to clipboard
val sampleSize: Output<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.

Functions

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