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

Description

 
Synopsis

Documentation

data PostgreSQLCatalogTarget Source #

Specifies a target that uses Postgres SQL.

See: newPostgreSQLCatalogTarget smart constructor.

Constructors

PostgreSQLCatalogTarget' 

Fields

Instances

Instances details
FromJSON PostgreSQLCatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.PostgreSQLCatalogTarget

ToJSON PostgreSQLCatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.PostgreSQLCatalogTarget

Generic PostgreSQLCatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.PostgreSQLCatalogTarget

Associated Types

type Rep PostgreSQLCatalogTarget :: Type -> Type #

Read PostgreSQLCatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.PostgreSQLCatalogTarget

Show PostgreSQLCatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.PostgreSQLCatalogTarget

NFData PostgreSQLCatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.PostgreSQLCatalogTarget

Methods

rnf :: PostgreSQLCatalogTarget -> () #

Eq PostgreSQLCatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.PostgreSQLCatalogTarget

Hashable PostgreSQLCatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.PostgreSQLCatalogTarget

type Rep PostgreSQLCatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.PostgreSQLCatalogTarget

type Rep PostgreSQLCatalogTarget = D1 ('MetaData "PostgreSQLCatalogTarget" "Amazonka.Glue.Types.PostgreSQLCatalogTarget" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "PostgreSQLCatalogTarget'" '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))))

newPostgreSQLCatalogTarget Source #

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

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

$sel:database:PostgreSQLCatalogTarget', postgreSQLCatalogTarget_database - The name of the database to write to.

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

postgreSQLCatalogTarget_inputs :: Lens' PostgreSQLCatalogTarget (NonEmpty Text) Source #

The nodes that are inputs to the data target.

postgreSQLCatalogTarget_table :: Lens' PostgreSQLCatalogTarget Text Source #

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