AWS::Glue::Crawler JdbcTarget
Specifies a JDBC data store to crawl.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ConnectionName" :String, "Exclusions" :[ String, ... ], "Path" :String}
YAML
ConnectionName:StringExclusions:- StringPath:String
Properties
ConnectionName-
The name of the connection to use to connect to the JDBC target.
Required: No
Type: String
Update requires: No interruption
Exclusions-
A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.
Required: No
Type: List of String
Update requires: No interruption
Path-
The path of the JDBC target.
Required: No
Type: String
Update requires: No interruption