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.OracleSQLCatalogTarget

Description

 
Synopsis

Documentation

data OracleSQLCatalogTarget Source #

Specifies a target that uses Oracle SQL.

See: newOracleSQLCatalogTarget smart constructor.

Constructors

OracleSQLCatalogTarget' 

Fields

Instances

Instances details
FromJSON OracleSQLCatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.OracleSQLCatalogTarget

ToJSON OracleSQLCatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.OracleSQLCatalogTarget

Generic OracleSQLCatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.OracleSQLCatalogTarget

Associated Types

type Rep OracleSQLCatalogTarget :: Type -> Type #

Read OracleSQLCatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.OracleSQLCatalogTarget

Show OracleSQLCatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.OracleSQLCatalogTarget

NFData OracleSQLCatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.OracleSQLCatalogTarget

Methods

rnf :: OracleSQLCatalogTarget -> () #

Eq OracleSQLCatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.OracleSQLCatalogTarget

Hashable OracleSQLCatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.OracleSQLCatalogTarget

type Rep OracleSQLCatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.OracleSQLCatalogTarget

type Rep OracleSQLCatalogTarget = D1 ('MetaData "OracleSQLCatalogTarget" "Amazonka.Glue.Types.OracleSQLCatalogTarget" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "OracleSQLCatalogTarget'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "inputs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "database") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "table") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newOracleSQLCatalogTarget Source #

Create a value of OracleSQLCatalogTarget 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:name:OracleSQLCatalogTarget', oracleSQLCatalogTarget_name - The name of the data target.

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

$sel:database:OracleSQLCatalogTarget', oracleSQLCatalogTarget_database - The name of the database to write to.

$sel:table:OracleSQLCatalogTarget', oracleSQLCatalogTarget_table - The name of the table in the database to write to.

oracleSQLCatalogTarget_inputs :: Lens' OracleSQLCatalogTarget (NonEmpty Text) Source #

The nodes that are inputs to the data target.

oracleSQLCatalogTarget_table :: Lens' OracleSQLCatalogTarget Text Source #

The name of the table in the database to write to.