libZSservicesZSamazonka-glueZSamazonka-glue
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Glue.Types.JdbcTarget

Description

 
Synopsis

Documentation

data JdbcTarget Source #

Specifies a JDBC data store to crawl.

See: newJdbcTarget smart constructor.

Constructors

JdbcTarget' 

Fields

Instances

Instances details
Eq JdbcTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.JdbcTarget

Read JdbcTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.JdbcTarget

Show JdbcTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.JdbcTarget

Generic JdbcTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.JdbcTarget

Associated Types

type Rep JdbcTarget :: Type -> Type #

NFData JdbcTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.JdbcTarget

Methods

rnf :: JdbcTarget -> () #

Hashable JdbcTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.JdbcTarget

ToJSON JdbcTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.JdbcTarget

FromJSON JdbcTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.JdbcTarget

type Rep JdbcTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.JdbcTarget

type Rep JdbcTarget = D1 ('MetaData "JdbcTarget" "Amazonka.Glue.Types.JdbcTarget" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "JdbcTarget'" 'PrefixI 'True) (S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "connectionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "exclusions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))

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.