JdbcTarget - AWS Glue

JdbcTarget

Specifies a JDBC data store to crawl.

Contents

ConnectionName

The name of the connection to use to connect to the JDBC target.

Type: String

Required: No

EnableAdditionalMetadata

Specify a value of RAWTYPES or COMMENTS to enable additional metadata in table responses. RAWTYPES provides the native-level datatype. COMMENTS provides comments associated with a column or table in the database.

If you do not need additional metadata, keep the field empty.

Type: Array of strings

Valid Values: COMMENTS | RAWTYPES

Required: No

Exclusions

A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.

Type: Array of strings

Required: No

Path

The path of the JDBC target.

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: