| 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.Glue.Types.DatabaseIdentifier
Description
Documentation
data DatabaseIdentifier Source #
A structure that describes a target database for resource linking.
See: newDatabaseIdentifier smart constructor.
Constructors
| DatabaseIdentifier' | |
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.