| 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.TableIdentifier
Description
Documentation
data TableIdentifier Source #
A structure that describes a target table for resource linking.
See: newTableIdentifier smart constructor.
Constructors
| TableIdentifier' | |
Instances
newTableIdentifier :: TableIdentifier Source #
Create a value of TableIdentifier 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:TableIdentifier', tableIdentifier_catalogId - The ID of the Data Catalog in which the table resides.
$sel:databaseName:TableIdentifier', tableIdentifier_databaseName - The name of the catalog database that contains the target table.
$sel:name:TableIdentifier', tableIdentifier_name - The name of the target table.
tableIdentifier_catalogId :: Lens' TableIdentifier (Maybe Text) Source #
The ID of the Data Catalog in which the table resides.
tableIdentifier_databaseName :: Lens' TableIdentifier (Maybe Text) Source #
The name of the catalog database that contains the target table.
tableIdentifier_name :: Lens' TableIdentifier (Maybe Text) Source #
The name of the target table.