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

Description

 
Synopsis

Documentation

data CatalogEntry Source #

Specifies a table definition in the Glue Data Catalog.

See: newCatalogEntry smart constructor.

Constructors

CatalogEntry' 

Fields

Instances

Instances details
Eq CatalogEntry Source # 
Instance details

Defined in Amazonka.Glue.Types.CatalogEntry

Read CatalogEntry Source # 
Instance details

Defined in Amazonka.Glue.Types.CatalogEntry

Show CatalogEntry Source # 
Instance details

Defined in Amazonka.Glue.Types.CatalogEntry

Generic CatalogEntry Source # 
Instance details

Defined in Amazonka.Glue.Types.CatalogEntry

Associated Types

type Rep CatalogEntry :: Type -> Type #

NFData CatalogEntry Source # 
Instance details

Defined in Amazonka.Glue.Types.CatalogEntry

Methods

rnf :: CatalogEntry -> () #

Hashable CatalogEntry Source # 
Instance details

Defined in Amazonka.Glue.Types.CatalogEntry

ToJSON CatalogEntry Source # 
Instance details

Defined in Amazonka.Glue.Types.CatalogEntry

type Rep CatalogEntry Source # 
Instance details

Defined in Amazonka.Glue.Types.CatalogEntry

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

newCatalogEntry Source #

Create a value of CatalogEntry 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:CatalogEntry', catalogEntry_databaseName - The database in which the table metadata resides.

$sel:tableName:CatalogEntry', catalogEntry_tableName - The name of the table in question.

catalogEntry_databaseName :: Lens' CatalogEntry Text Source #

The database in which the table metadata resides.

catalogEntry_tableName :: Lens' CatalogEntry Text Source #

The name of the table in question.