class Aws::Glue::Types::JdbcTarget

Specifies a JDBC data store to crawl.

@note When making an API call, you may pass JdbcTarget

data as a hash:

    {
      connection_name: "ConnectionName",
      path: "Path",
      exclusions: ["Path"],
    }

@!attribute [rw] connection_name

The name of the connection to use to connect to the JDBC target.
@return [String]

@!attribute [rw] path

The path of the JDBC target.
@return [String]

@!attribute [rw] exclusions

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

[1]: https://docs.aws.amazon.com/glue/latest/dg/add-crawler.html
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/JdbcTarget AWS API Documentation

Constants

SENSITIVE