| 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.DataQualityTargetTable
Description
Synopsis
- data DataQualityTargetTable = DataQualityTargetTable' {
- tableName :: Text
- databaseName :: Text
- newDataQualityTargetTable :: Text -> Text -> DataQualityTargetTable
- dataQualityTargetTable_tableName :: Lens' DataQualityTargetTable Text
- dataQualityTargetTable_databaseName :: Lens' DataQualityTargetTable Text
Documentation
data DataQualityTargetTable Source #
An object representing an Glue table.
See: newDataQualityTargetTable smart constructor.
Constructors
| DataQualityTargetTable' | |
Fields
| |
Instances
newDataQualityTargetTable Source #
Arguments
| :: Text | |
| -> Text | |
| -> DataQualityTargetTable |
Create a value of DataQualityTargetTable 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:tableName:DataQualityTargetTable', dataQualityTargetTable_tableName - The name of the Glue table.
$sel:databaseName:DataQualityTargetTable', dataQualityTargetTable_databaseName - The name of the database where the Glue table exists.
dataQualityTargetTable_tableName :: Lens' DataQualityTargetTable Text Source #
The name of the Glue table.
dataQualityTargetTable_databaseName :: Lens' DataQualityTargetTable Text Source #
The name of the database where the Glue table exists.