| 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.RDSDatabase
Description
Synopsis
Documentation
data RDSDatabase Source #
The database details of an Amazon RDS database.
See: newRDSDatabase smart constructor.
Constructors
| RDSDatabase' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> RDSDatabase |
Create a value of RDSDatabase 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:instanceIdentifier:RDSDatabase', rDSDatabase_instanceIdentifier - The ID of an RDS DB instance.
$sel:databaseName:RDSDatabase', rDSDatabase_databaseName - Undocumented member.
rDSDatabase_instanceIdentifier :: Lens' RDSDatabase Text Source #
The ID of an RDS DB instance.
rDSDatabase_databaseName :: Lens' RDSDatabase Text Source #
Undocumented member.