CrawlerCatalogTarget

data class CrawlerCatalogTarget(val connectionName: String? = null, val databaseName: String? = null, val dlqEventQueueArn: String? = null, val eventQueueArn: String? = null, val tables: List<String>? = null)

Specifies an AWS Glue Data Catalog target.

Constructors

Link copied to clipboard
constructor(connectionName: String? = null, databaseName: String? = null, dlqEventQueueArn: String? = null, eventQueueArn: String? = null, tables: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val connectionName: String? = null

The name of the connection for an Amazon S3-backed Data Catalog table to be a target of the crawl when using a Catalog connection type paired with a NETWORK Connection type.

Link copied to clipboard
val databaseName: String? = null

The name of the database to be synchronized.

Link copied to clipboard

A valid Amazon dead-letter SQS ARN. For example, arn:aws:sqs:region:account:deadLetterQueue.

Link copied to clipboard
val eventQueueArn: String? = null

A valid Amazon SQS ARN. For example, arn:aws:sqs:region:account:sqs.

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

A list of the tables to be synchronized.