| 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 |
Amazonka.DataBrew.Types.DataCatalogInputDefinition
Description
Synopsis
- data DataCatalogInputDefinition = DataCatalogInputDefinition' {}
- newDataCatalogInputDefinition :: Text -> Text -> DataCatalogInputDefinition
- dataCatalogInputDefinition_tempDirectory :: Lens' DataCatalogInputDefinition (Maybe S3Location)
- dataCatalogInputDefinition_catalogId :: Lens' DataCatalogInputDefinition (Maybe Text)
- dataCatalogInputDefinition_databaseName :: Lens' DataCatalogInputDefinition Text
- dataCatalogInputDefinition_tableName :: Lens' DataCatalogInputDefinition Text
Documentation
data DataCatalogInputDefinition Source #
Represents how metadata stored in the Glue Data Catalog is defined in a DataBrew dataset.
See: newDataCatalogInputDefinition smart constructor.
Constructors
| DataCatalogInputDefinition' | |
Fields
| |
Instances
newDataCatalogInputDefinition Source #
Arguments
| :: Text | |
| -> Text | |
| -> DataCatalogInputDefinition |
Create a value of DataCatalogInputDefinition 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:tempDirectory:DataCatalogInputDefinition', dataCatalogInputDefinition_tempDirectory - Represents an Amazon location where DataBrew can store intermediate
results.
$sel:catalogId:DataCatalogInputDefinition', dataCatalogInputDefinition_catalogId - The unique identifier of the Amazon Web Services account that holds the
Data Catalog that stores the data.
$sel:databaseName:DataCatalogInputDefinition', dataCatalogInputDefinition_databaseName - The name of a database in the Data Catalog.
$sel:tableName:DataCatalogInputDefinition', dataCatalogInputDefinition_tableName - The name of a database table in the Data Catalog. This table corresponds
to a DataBrew dataset.
dataCatalogInputDefinition_tempDirectory :: Lens' DataCatalogInputDefinition (Maybe S3Location) Source #
Represents an Amazon location where DataBrew can store intermediate results.
dataCatalogInputDefinition_catalogId :: Lens' DataCatalogInputDefinition (Maybe Text) Source #
The unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the data.
dataCatalogInputDefinition_databaseName :: Lens' DataCatalogInputDefinition Text Source #
The name of a database in the Data Catalog.
dataCatalogInputDefinition_tableName :: Lens' DataCatalogInputDefinition Text Source #
The name of a database table in the Data Catalog. This table corresponds to a DataBrew dataset.