AWS Glue Crawler JdbcTarget
The
JdbcTarget property type specifies a JDBC target for an AWS Glue crawl.
The JdbcTargets property of the Targets property type contains a list of JdbcTarget property types.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ConnectionName" :String, "Path" :String, "Exclusions" : [String, ... ] }
YAML
ConnectionName:StringPath:StringExclusions: -String
Properties
For more information, see JdbcTarget Structure in the AWS Glue Developer Guide.
ConnectionName-
The name of the connection to use for the JDBC target.
Required: No
Type: String
Update requires: No interruption
Path-
The path of the JDBC target.
Required: No
Type: String
Update requires: No interruption
Exclusions-
A list of UTF-8 strings that specify the items to exclude from the crawl.
Required: No
Type: List of String values
Update requires: No interruption
