| 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.UpsertRedshiftTargetOptions
Description
Synopsis
- data UpsertRedshiftTargetOptions = UpsertRedshiftTargetOptions' {
- connectionName :: Maybe Text
- tableLocation :: Maybe Text
- upsertKeys :: Maybe [Text]
- newUpsertRedshiftTargetOptions :: UpsertRedshiftTargetOptions
- upsertRedshiftTargetOptions_connectionName :: Lens' UpsertRedshiftTargetOptions (Maybe Text)
- upsertRedshiftTargetOptions_tableLocation :: Lens' UpsertRedshiftTargetOptions (Maybe Text)
- upsertRedshiftTargetOptions_upsertKeys :: Lens' UpsertRedshiftTargetOptions (Maybe [Text])
Documentation
data UpsertRedshiftTargetOptions Source #
The options to configure an upsert operation when writing to a Redshift target .
See: newUpsertRedshiftTargetOptions smart constructor.
Constructors
| UpsertRedshiftTargetOptions' | |
Fields
| |
Instances
newUpsertRedshiftTargetOptions :: UpsertRedshiftTargetOptions Source #
Create a value of UpsertRedshiftTargetOptions 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:connectionName:UpsertRedshiftTargetOptions', upsertRedshiftTargetOptions_connectionName - The name of the connection to use to write to Redshift.
$sel:tableLocation:UpsertRedshiftTargetOptions', upsertRedshiftTargetOptions_tableLocation - The physical location of the Redshift table.
$sel:upsertKeys:UpsertRedshiftTargetOptions', upsertRedshiftTargetOptions_upsertKeys - The keys used to determine whether to perform an update or insert.
upsertRedshiftTargetOptions_connectionName :: Lens' UpsertRedshiftTargetOptions (Maybe Text) Source #
The name of the connection to use to write to Redshift.
upsertRedshiftTargetOptions_tableLocation :: Lens' UpsertRedshiftTargetOptions (Maybe Text) Source #
The physical location of the Redshift table.
upsertRedshiftTargetOptions_upsertKeys :: Lens' UpsertRedshiftTargetOptions (Maybe [Text]) Source #
The keys used to determine whether to perform an update or insert.