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 |
Synopsis
Documentation
data RDSDatabase Source #
The database details of an Amazon RDS database.
See: newRDSDatabase
smart constructor.
RDSDatabase' | |
|
Instances
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.