| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Glue.Types.JdbcTarget
Description
Synopsis
- data JdbcTarget = JdbcTarget' {}
- newJdbcTarget :: JdbcTarget
- jdbcTarget_connectionName :: Lens' JdbcTarget (Maybe Text)
- jdbcTarget_enableAdditionalMetadata :: Lens' JdbcTarget (Maybe [JdbcMetadataEntry])
- jdbcTarget_exclusions :: Lens' JdbcTarget (Maybe [Text])
- jdbcTarget_path :: 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:connectionName:JdbcTarget', jdbcTarget_connectionName - The name of the connection to use to connect to the JDBC target.
$sel:enableAdditionalMetadata:JdbcTarget', jdbcTarget_enableAdditionalMetadata - Specify a value of RAWTYPES or COMMENTS to enable additional
metadata in table responses. RAWTYPES provides the native-level
datatype. COMMENTS provides comments associated with a column or table
in the database.
If you do not need additional metadata, keep the field empty.
$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.
$sel:path:JdbcTarget', jdbcTarget_path - 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_enableAdditionalMetadata :: Lens' JdbcTarget (Maybe [JdbcMetadataEntry]) Source #
Specify a value of RAWTYPES or COMMENTS to enable additional
metadata in table responses. RAWTYPES provides the native-level
datatype. COMMENTS provides comments associated with a column or table
in the database.
If you do not need additional metadata, keep the field empty.
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.
jdbcTarget_path :: Lens' JdbcTarget (Maybe Text) Source #
The path of the JDBC target.