| 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.OracleSQLCatalogSource
Description
Synopsis
- data OracleSQLCatalogSource = OracleSQLCatalogSource' {}
- newOracleSQLCatalogSource :: Text -> Text -> Text -> OracleSQLCatalogSource
- oracleSQLCatalogSource_name :: Lens' OracleSQLCatalogSource Text
- oracleSQLCatalogSource_database :: Lens' OracleSQLCatalogSource Text
- oracleSQLCatalogSource_table :: Lens' OracleSQLCatalogSource Text
Documentation
data OracleSQLCatalogSource Source #
Specifies an Oracle data source in the Glue Data Catalog.
See: newOracleSQLCatalogSource smart constructor.
Constructors
| OracleSQLCatalogSource' | |
Instances
newOracleSQLCatalogSource Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> OracleSQLCatalogSource |
Create a value of OracleSQLCatalogSource 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:OracleSQLCatalogSource', oracleSQLCatalogSource_name - The name of the data source.
$sel:database:OracleSQLCatalogSource', oracleSQLCatalogSource_database - The name of the database to read from.
$sel:table:OracleSQLCatalogSource', oracleSQLCatalogSource_table - The name of the table in the database to read from.
oracleSQLCatalogSource_name :: Lens' OracleSQLCatalogSource Text Source #
The name of the data source.
oracleSQLCatalogSource_database :: Lens' OracleSQLCatalogSource Text Source #
The name of the database to read from.
oracleSQLCatalogSource_table :: Lens' OracleSQLCatalogSource Text Source #
The name of the table in the database to read from.