| 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.DataSource
Description
Synopsis
- data DataSource = DataSource' {}
- newDataSource :: GlueTable -> DataSource
- dataSource_glueTable :: Lens' DataSource GlueTable
Documentation
data DataSource Source #
A data source (an Glue table) for which you want data quality results.
See: newDataSource smart constructor.
Constructors
| DataSource' | |
Instances
Arguments
| :: GlueTable | |
| -> DataSource |
Create a value of DataSource 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:glueTable:DataSource', dataSource_glueTable - An Glue table.
dataSource_glueTable :: Lens' DataSource GlueTable Source #
An Glue table.