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