| 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.MachineLearning.Types.RedshiftDatabase
Description
Documentation
data RedshiftDatabase Source #
Describes the database details required to connect to an Amazon Redshift database.
See: newRedshiftDatabase smart constructor.
Constructors
| RedshiftDatabase' | |
Fields | |
Instances
Arguments
| :: 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.