| 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.PostgreSQLCatalogTarget
Description
Synopsis
- data PostgreSQLCatalogTarget = PostgreSQLCatalogTarget' {}
- newPostgreSQLCatalogTarget :: Text -> NonEmpty Text -> Text -> Text -> PostgreSQLCatalogTarget
- postgreSQLCatalogTarget_name :: Lens' PostgreSQLCatalogTarget Text
- postgreSQLCatalogTarget_inputs :: Lens' PostgreSQLCatalogTarget (NonEmpty Text)
- postgreSQLCatalogTarget_database :: Lens' PostgreSQLCatalogTarget Text
- postgreSQLCatalogTarget_table :: Lens' PostgreSQLCatalogTarget Text
Documentation
data PostgreSQLCatalogTarget Source #
Specifies a target that uses Postgres SQL.
See: newPostgreSQLCatalogTarget smart constructor.
Constructors
| PostgreSQLCatalogTarget' | |
Instances
newPostgreSQLCatalogTarget Source #
Create a value of PostgreSQLCatalogTarget 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:PostgreSQLCatalogTarget', postgreSQLCatalogTarget_name - The name of the data target.
$sel:inputs:PostgreSQLCatalogTarget', postgreSQLCatalogTarget_inputs - The nodes that are inputs to the data target.
$sel:database:PostgreSQLCatalogTarget', postgreSQLCatalogTarget_database - The name of the database to write to.
$sel:table:PostgreSQLCatalogTarget', postgreSQLCatalogTarget_table - The name of the table in the database to write to.
postgreSQLCatalogTarget_name :: Lens' PostgreSQLCatalogTarget Text Source #
The name of the data target.
postgreSQLCatalogTarget_inputs :: Lens' PostgreSQLCatalogTarget (NonEmpty Text) Source #
The nodes that are inputs to the data target.
postgreSQLCatalogTarget_database :: Lens' PostgreSQLCatalogTarget Text Source #
The name of the database to write to.
postgreSQLCatalogTarget_table :: Lens' PostgreSQLCatalogTarget Text Source #
The name of the table in the database to write to.