| 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.MicrosoftSQLServerCatalogSource
Description
Synopsis
- data MicrosoftSQLServerCatalogSource = MicrosoftSQLServerCatalogSource' {}
- newMicrosoftSQLServerCatalogSource :: Text -> Text -> Text -> MicrosoftSQLServerCatalogSource
- microsoftSQLServerCatalogSource_name :: Lens' MicrosoftSQLServerCatalogSource Text
- microsoftSQLServerCatalogSource_database :: Lens' MicrosoftSQLServerCatalogSource Text
- microsoftSQLServerCatalogSource_table :: Lens' MicrosoftSQLServerCatalogSource Text
Documentation
data MicrosoftSQLServerCatalogSource Source #
Specifies a Microsoft SQL server data source in the Glue Data Catalog.
See: newMicrosoftSQLServerCatalogSource smart constructor.
Constructors
| MicrosoftSQLServerCatalogSource' | |
Instances
newMicrosoftSQLServerCatalogSource Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> MicrosoftSQLServerCatalogSource |
Create a value of MicrosoftSQLServerCatalogSource 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:MicrosoftSQLServerCatalogSource', microsoftSQLServerCatalogSource_name - The name of the data source.
$sel:database:MicrosoftSQLServerCatalogSource', microsoftSQLServerCatalogSource_database - The name of the database to read from.
$sel:table:MicrosoftSQLServerCatalogSource', microsoftSQLServerCatalogSource_table - The name of the table in the database to read from.
microsoftSQLServerCatalogSource_name :: Lens' MicrosoftSQLServerCatalogSource Text Source #
The name of the data source.
microsoftSQLServerCatalogSource_database :: Lens' MicrosoftSQLServerCatalogSource Text Source #
The name of the database to read from.
microsoftSQLServerCatalogSource_table :: Lens' MicrosoftSQLServerCatalogSource Text Source #
The name of the table in the database to read from.