You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::JdbcTarget

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing JdbcTarget as input to an Aws::Client method, you can use a vanilla Hash:

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

Specifies a JDBC data store to crawl.

Instance Attribute Summary collapse

Instance Attribute Details

#connection_nameString

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

Returns:

  • (String)

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

#exclusionsArray<String>

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

Returns:

  • (Array<String>)

    A list of glob patterns used to exclude from the crawl.

#pathString

The path of the JDBC target.

Returns:

  • (String)

    The path of the JDBC target.