CrawlerCatalogTargetArgs

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

Constructors

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

Properties

Link copied to clipboard
val connectionName: Output<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: Output<String>

The name of the Glue database to be synchronized.

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

A valid Amazon SQS ARN.

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

A valid Amazon SQS ARN.

Link copied to clipboard
val tables: Output<List<String>>

A list of catalog tables to be synchronized.

Functions

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