| 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.PostgreSQLCatalogSource
Description
Synopsis
- data PostgreSQLCatalogSource = PostgreSQLCatalogSource' {}
- newPostgreSQLCatalogSource :: Text -> Text -> Text -> PostgreSQLCatalogSource
- postgreSQLCatalogSource_name :: Lens' PostgreSQLCatalogSource Text
- postgreSQLCatalogSource_database :: Lens' PostgreSQLCatalogSource Text
- postgreSQLCatalogSource_table :: Lens' PostgreSQLCatalogSource Text
Documentation
data PostgreSQLCatalogSource Source #
Specifies a PostgresSQL data source in the Glue Data Catalog.
See: newPostgreSQLCatalogSource smart constructor.
Constructors
| PostgreSQLCatalogSource' | |
Instances
newPostgreSQLCatalogSource Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> PostgreSQLCatalogSource |
Create a value of PostgreSQLCatalogSource 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:PostgreSQLCatalogSource', postgreSQLCatalogSource_name - The name of the data source.
$sel:database:PostgreSQLCatalogSource', postgreSQLCatalogSource_database - The name of the database to read from.
$sel:table:PostgreSQLCatalogSource', postgreSQLCatalogSource_table - The name of the table in the database to read from.
postgreSQLCatalogSource_name :: Lens' PostgreSQLCatalogSource Text Source #
The name of the data source.
postgreSQLCatalogSource_database :: Lens' PostgreSQLCatalogSource Text Source #
The name of the database to read from.
postgreSQLCatalogSource_table :: Lens' PostgreSQLCatalogSource Text Source #
The name of the table in the database to read from.