| 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.CatalogSource
Description
Synopsis
Documentation
data CatalogSource Source #
Specifies a data store in the Glue Data Catalog.
See: newCatalogSource smart constructor.
Constructors
| CatalogSource' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> CatalogSource |
Create a value of CatalogSource 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:name:CatalogSource', catalogSource_name - The name of the data store.
$sel:database:CatalogSource', catalogSource_database - The name of the database to read from.
$sel:table:CatalogSource', catalogSource_table - The name of the table in the database to read from.
catalogSource_name :: Lens' CatalogSource Text Source #
The name of the data store.
catalogSource_database :: Lens' CatalogSource Text Source #
The name of the database to read from.
catalogSource_table :: Lens' CatalogSource Text Source #
The name of the table in the database to read from.