AWS::Glue::Crawler JdbcTarget - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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, "EnableAdditionalMetadata" : [ String, ... ], "Exclusions" : [ String, ... ], "Path" : String }

YAML

ConnectionName: String EnableAdditionalMetadata: - String Exclusions: - String Path: String

Properties

ConnectionName

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

Required: No

Type: String

Update requires: No interruption

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.

Required: No

Type: Array of 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: Array of String

Update requires: No interruption

Path

The path of the JDBC target.

Required: No

Type: String

Update requires: No interruption