| 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.RedshiftSource
Description
Synopsis
- data RedshiftSource = RedshiftSource' {}
- newRedshiftSource :: Text -> Text -> Text -> RedshiftSource
- redshiftSource_redshiftTmpDir :: Lens' RedshiftSource (Maybe Text)
- redshiftSource_tmpDirIAMRole :: Lens' RedshiftSource (Maybe Text)
- redshiftSource_name :: Lens' RedshiftSource Text
- redshiftSource_database :: Lens' RedshiftSource Text
- redshiftSource_table :: Lens' RedshiftSource Text
Documentation
data RedshiftSource Source #
Specifies an Amazon Redshift data store.
See: newRedshiftSource smart constructor.
Constructors
| RedshiftSource' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> RedshiftSource |
Create a value of RedshiftSource 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:redshiftTmpDir:RedshiftSource', redshiftSource_redshiftTmpDir - The Amazon S3 path where temporary data can be staged when copying out
of the database.
$sel:tmpDirIAMRole:RedshiftSource', redshiftSource_tmpDirIAMRole - The IAM role with permissions.
$sel:name:RedshiftSource', redshiftSource_name - The name of the Amazon Redshift data store.
$sel:database:RedshiftSource', redshiftSource_database - The database to read from.
$sel:table:RedshiftSource', redshiftSource_table - The database table to read from.
redshiftSource_redshiftTmpDir :: Lens' RedshiftSource (Maybe Text) Source #
The Amazon S3 path where temporary data can be staged when copying out of the database.
redshiftSource_tmpDirIAMRole :: Lens' RedshiftSource (Maybe Text) Source #
The IAM role with permissions.
redshiftSource_name :: Lens' RedshiftSource Text Source #
The name of the Amazon Redshift data store.
redshiftSource_database :: Lens' RedshiftSource Text Source #
The database to read from.
redshiftSource_table :: Lens' RedshiftSource Text Source #
The database table to read from.