Crawler Catalog Target Args
data class CrawlerCatalogTargetArgs(val connectionName: Output<String>? = null, val databaseName: Output<String>? = null, val dlqEventQueueArn: Output<String>? = null, val eventQueueArn: Output<String>? = null, val tables: Output<List<String>>? = null) : ConvertibleToJava<CrawlerCatalogTargetArgs>
Specifies an AWS Glue Data Catalog target.
Constructors
Properties
Link copied to clipboard
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 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
A valid Amazon SQS ARN. For example, arn:aws:sqs:region:account:sqs.