amazonka-glue-2.0: Amazon Glue SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Glue.Types.JDBCConnectorTarget

Description

 
Synopsis

Documentation

data JDBCConnectorTarget Source #

Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.

See: newJDBCConnectorTarget smart constructor.

Constructors

JDBCConnectorTarget' 

Fields

Instances

Instances details
FromJSON JDBCConnectorTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.JDBCConnectorTarget

ToJSON JDBCConnectorTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.JDBCConnectorTarget

Generic JDBCConnectorTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.JDBCConnectorTarget

Associated Types

type Rep JDBCConnectorTarget :: Type -> Type #

Read JDBCConnectorTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.JDBCConnectorTarget

Show JDBCConnectorTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.JDBCConnectorTarget

NFData JDBCConnectorTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.JDBCConnectorTarget

Methods

rnf :: JDBCConnectorTarget -> () #

Eq JDBCConnectorTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.JDBCConnectorTarget

Hashable JDBCConnectorTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.JDBCConnectorTarget

type Rep JDBCConnectorTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.JDBCConnectorTarget

type Rep JDBCConnectorTarget = D1 ('MetaData "JDBCConnectorTarget" "Amazonka.Glue.Types.JDBCConnectorTarget" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "JDBCConnectorTarget'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "additionalOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "outputSchemas") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GlueSchema]))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "inputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)))) :*: ((S1 ('MetaSel ('Just "connectionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "connectionTable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "connectorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "connectionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newJDBCConnectorTarget Source #

Create a value of JDBCConnectorTarget 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:additionalOptions:JDBCConnectorTarget', jDBCConnectorTarget_additionalOptions - Additional connection options for the connector.

$sel:outputSchemas:JDBCConnectorTarget', jDBCConnectorTarget_outputSchemas - Specifies the data schema for the JDBC target.

$sel:name:JDBCConnectorTarget', jDBCConnectorTarget_name - The name of the data target.

$sel:inputs:JDBCConnectorTarget', jDBCConnectorTarget_inputs - The nodes that are inputs to the data target.

$sel:connectionName:JDBCConnectorTarget', jDBCConnectorTarget_connectionName - The name of the connection that is associated with the connector.

$sel:connectionTable:JDBCConnectorTarget', jDBCConnectorTarget_connectionTable - The name of the table in the data target.

$sel:connectorName:JDBCConnectorTarget', jDBCConnectorTarget_connectorName - The name of a connector that will be used.

$sel:connectionType:JDBCConnectorTarget', jDBCConnectorTarget_connectionType - The type of connection, such as marketplace.jdbc or custom.jdbc, designating a connection to a JDBC data target.

jDBCConnectorTarget_additionalOptions :: Lens' JDBCConnectorTarget (Maybe (HashMap Text Text)) Source #

Additional connection options for the connector.

jDBCConnectorTarget_outputSchemas :: Lens' JDBCConnectorTarget (Maybe [GlueSchema]) Source #

Specifies the data schema for the JDBC target.

jDBCConnectorTarget_inputs :: Lens' JDBCConnectorTarget (NonEmpty Text) Source #

The nodes that are inputs to the data target.

jDBCConnectorTarget_connectionName :: Lens' JDBCConnectorTarget Text Source #

The name of the connection that is associated with the connector.

jDBCConnectorTarget_connectionTable :: Lens' JDBCConnectorTarget Text Source #

The name of the table in the data target.

jDBCConnectorTarget_connectorName :: Lens' JDBCConnectorTarget Text Source #

The name of a connector that will be used.

jDBCConnectorTarget_connectionType :: Lens' JDBCConnectorTarget Text Source #

The type of connection, such as marketplace.jdbc or custom.jdbc, designating a connection to a JDBC data target.