JdbcTarget
public struct JdbcTarget : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the connection to use to connect to the JDBC target.
Declaration
Swift
public let connectionName: String?
-
A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.
Declaration
Swift
public let exclusions: [String]?
-
The path of the JDBC target.
Declaration
Swift
public let path: String?
-
Undocumented
Declaration
Swift
public init(connectionName: String? = nil, exclusions: [String]? = nil, path: String? = nil)