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>
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.