| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.Glue.Types.JdbcTarget
Description
Synopsis
- data JdbcTarget = JdbcTarget' {
- path :: Maybe Text
- connectionName :: Maybe Text
- exclusions :: Maybe [Text]
- newJdbcTarget :: JdbcTarget
- jdbcTarget_path :: Lens' JdbcTarget (Maybe Text)
- jdbcTarget_connectionName :: Lens' JdbcTarget (Maybe Text)
- jdbcTarget_exclusions :: Lens' JdbcTarget (Maybe [Text])
Documentation
data JdbcTarget Source #
Specifies a JDBC data store to crawl.
See: newJdbcTarget smart constructor.
Constructors
| JdbcTarget' | |
Fields
| |
Instances
newJdbcTarget :: JdbcTarget Source #
Create a value of JdbcTarget with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:path:JdbcTarget', jdbcTarget_path - The path of the JDBC target.
$sel:connectionName:JdbcTarget', jdbcTarget_connectionName - The name of the connection to use to connect to the JDBC target.
$sel:exclusions:JdbcTarget', jdbcTarget_exclusions - A list of glob patterns used to exclude from the crawl. For more
information, see
Catalog Tables with a Crawler.
jdbcTarget_path :: Lens' JdbcTarget (Maybe Text) Source #
The path of the JDBC target.
jdbcTarget_connectionName :: Lens' JdbcTarget (Maybe Text) Source #
The name of the connection to use to connect to the JDBC target.
jdbcTarget_exclusions :: Lens' JdbcTarget (Maybe [Text]) Source #
A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.