CrawlerCatalogTarget

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

Constructors

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

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

The name of the Glue database to be synchronized.

Link copied to clipboard

A valid Amazon SQS ARN.

Link copied to clipboard
val eventQueueArn: String? = null

A valid Amazon SQS ARN.

Link copied to clipboard

A list of catalog tables to be synchronized.