Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data RedshiftDatabase Source #
Describes the database details required to connect to an Amazon Redshift database.
See: newRedshiftDatabase
smart constructor.
Instances
:: Text | |
-> Text | |
-> RedshiftDatabase |
Create a value of RedshiftDatabase
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:databaseName:RedshiftDatabase'
, redshiftDatabase_databaseName
- Undocumented member.
$sel:clusterIdentifier:RedshiftDatabase'
, redshiftDatabase_clusterIdentifier
- Undocumented member.
redshiftDatabase_databaseName :: Lens' RedshiftDatabase Text Source #
Undocumented member.
redshiftDatabase_clusterIdentifier :: Lens' RedshiftDatabase Text Source #
Undocumented member.