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 DatabaseIdentifier Source #
A structure that describes a target database for resource linking.
See: newDatabaseIdentifier
smart constructor.
Instances
newDatabaseIdentifier :: DatabaseIdentifier Source #
Create a value of DatabaseIdentifier
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:catalogId:DatabaseIdentifier'
, databaseIdentifier_catalogId
- The ID of the Data Catalog in which the database resides.
$sel:databaseName:DatabaseIdentifier'
, databaseIdentifier_databaseName
- The name of the catalog database.
databaseIdentifier_catalogId :: Lens' DatabaseIdentifier (Maybe Text) Source #
The ID of the Data Catalog in which the database resides.
databaseIdentifier_databaseName :: Lens' DatabaseIdentifier (Maybe Text) Source #
The name of the catalog database.