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 |
Documentation
data DataCatalogConfig Source #
The meta data of the Glue table which serves as data catalog for the
OfflineStore
.
See: newDataCatalogConfig
smart constructor.
Instances
:: Text | |
-> Text | |
-> Text | |
-> DataCatalogConfig |
Create a value of DataCatalogConfig
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:tableName:DataCatalogConfig'
, dataCatalogConfig_tableName
- The name of the Glue table.
$sel:catalog:DataCatalogConfig'
, dataCatalogConfig_catalog
- The name of the Glue table catalog.
$sel:database:DataCatalogConfig'
, dataCatalogConfig_database
- The name of the Glue table database.
dataCatalogConfig_tableName :: Lens' DataCatalogConfig Text Source #
The name of the Glue table.
dataCatalogConfig_catalog :: Lens' DataCatalogConfig Text Source #
The name of the Glue table catalog.
dataCatalogConfig_database :: Lens' DataCatalogConfig Text Source #
The name of the Glue table database.