Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data CatalogEntry Source #
Specifies a table definition in the Glue Data Catalog.
See: newCatalogEntry
smart constructor.
CatalogEntry' | |
|
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.