| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
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
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.