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
- Struct
- Aws::Glue::Types::JdbcTarget
- 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
-
#connection_name ⇒ String
The name of the connection to use to connect to the JDBC target.
-
#exclusions ⇒ Array<String>
A list of glob patterns used to exclude from the crawl.
-
#path ⇒ String
The path of the JDBC target.
Instance Attribute Details
#connection_name ⇒ String
The name of the connection to use to connect to the JDBC target.
#exclusions ⇒ Array<String>
A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.
#path ⇒ String
The path of the JDBC target.