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

Description

 
Synopsis

Documentation

data CatalogTarget Source #

Specifies an Glue Data Catalog target.

See: newCatalogTarget smart constructor.

Constructors

CatalogTarget' 

Fields

Instances

Instances details
Eq CatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.CatalogTarget

Read CatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.CatalogTarget

Show CatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.CatalogTarget

Generic CatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.CatalogTarget

Associated Types

type Rep CatalogTarget :: Type -> Type #

NFData CatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.CatalogTarget

Methods

rnf :: CatalogTarget -> () #

Hashable CatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.CatalogTarget

ToJSON CatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.CatalogTarget

FromJSON CatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.CatalogTarget

type Rep CatalogTarget Source # 
Instance details

Defined in Amazonka.Glue.Types.CatalogTarget

type Rep CatalogTarget = D1 ('MetaData "CatalogTarget" "Amazonka.Glue.Types.CatalogTarget" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "CatalogTarget'" 'PrefixI 'True) (S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tables") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newCatalogTarget Source #

Create a value of CatalogTarget 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:databaseName:CatalogTarget', catalogTarget_databaseName - The name of the database to be synchronized.

$sel:tables:CatalogTarget', catalogTarget_tables - A list of the tables to be synchronized.

catalogTarget_databaseName :: Lens' CatalogTarget Text Source #

The name of the database to be synchronized.

catalogTarget_tables :: Lens' CatalogTarget (NonEmpty Text) Source #

A list of the tables to be synchronized.