| 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.SageMaker.Types.DataCatalogConfig
Description
Documentation
data DataCatalogConfig Source #
The meta data of the Glue table which serves as data catalog for the
 OfflineStore.
See: newDataCatalogConfig smart constructor.
Constructors
| DataCatalogConfig' | |
Instances
Arguments
| :: 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.