CatalogTarget
Specifies an AWS Glue Data Catalog target.
Contents
- DatabaseName
-
The name of the database to be synchronized.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*
Required: Yes
- Tables
-
A list of the tables to be synchronized.
Type: Array of strings
Array Members: Minimum number of 1 item.
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*
Required: Yes
- ConnectionName
-
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 aNETWORK
Connection type.Type: String
Required: No
- DlqEventQueueArn
-
A valid Amazon dead-letter SQS ARN. For example,
arn:aws:sqs:region:account:deadLetterQueue
.Type: String
Required: No
- EventQueueArn
-
A valid Amazon SQS ARN. For example,
arn:aws:sqs:region:account:sqs
.Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: