| 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.MySQLCatalogSource
Description
Documentation
data MySQLCatalogSource Source #
Specifies a MySQL data source in the Glue Data Catalog.
See: newMySQLCatalogSource smart constructor.
Constructors
| MySQLCatalogSource' | |
Instances
newMySQLCatalogSource Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> MySQLCatalogSource |
Create a value of MySQLCatalogSource 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:MySQLCatalogSource', mySQLCatalogSource_name - The name of the data source.
$sel:database:MySQLCatalogSource', mySQLCatalogSource_database - The name of the database to read from.
$sel:table:MySQLCatalogSource', mySQLCatalogSource_table - The name of the table in the database to read from.
mySQLCatalogSource_name :: Lens' MySQLCatalogSource Text Source #
The name of the data source.
mySQLCatalogSource_database :: Lens' MySQLCatalogSource Text Source #
The name of the database to read from.
mySQLCatalogSource_table :: Lens' MySQLCatalogSource Text Source #
The name of the table in the database to read from.