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 |
Synopsis
- data DataCatalogOutput = DataCatalogOutput' {}
- newDataCatalogOutput :: Text -> Text -> DataCatalogOutput
- dataCatalogOutput_databaseOptions :: Lens' DataCatalogOutput (Maybe DatabaseTableOutputOptions)
- dataCatalogOutput_s3Options :: Lens' DataCatalogOutput (Maybe S3TableOutputOptions)
- dataCatalogOutput_catalogId :: Lens' DataCatalogOutput (Maybe Text)
- dataCatalogOutput_overwrite :: Lens' DataCatalogOutput (Maybe Bool)
- dataCatalogOutput_databaseName :: Lens' DataCatalogOutput Text
- dataCatalogOutput_tableName :: Lens' DataCatalogOutput Text
Documentation
data DataCatalogOutput Source #
Represents options that specify how and where in the Glue Data Catalog DataBrew writes the output generated by recipe jobs.
See: newDataCatalogOutput
smart constructor.
DataCatalogOutput' | |
|
Instances
:: Text | |
-> Text | |
-> DataCatalogOutput |
Create a value of DataCatalogOutput
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:databaseOptions:DataCatalogOutput'
, dataCatalogOutput_databaseOptions
- Represents options that specify how and where DataBrew writes the
database output generated by recipe jobs.
$sel:s3Options:DataCatalogOutput'
, dataCatalogOutput_s3Options
- Represents options that specify how and where DataBrew writes the Amazon
S3 output generated by recipe jobs.
$sel:catalogId:DataCatalogOutput'
, dataCatalogOutput_catalogId
- The unique identifier of the Amazon Web Services account that holds the
Data Catalog that stores the data.
$sel:overwrite:DataCatalogOutput'
, dataCatalogOutput_overwrite
- A value that, if true, means that any data in the location specified for
output is overwritten with new output. Not supported with
DatabaseOptions.
$sel:databaseName:DataCatalogOutput'
, dataCatalogOutput_databaseName
- The name of a database in the Data Catalog.
$sel:tableName:DataCatalogOutput'
, dataCatalogOutput_tableName
- The name of a table in the Data Catalog.
dataCatalogOutput_databaseOptions :: Lens' DataCatalogOutput (Maybe DatabaseTableOutputOptions) Source #
Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.
dataCatalogOutput_s3Options :: Lens' DataCatalogOutput (Maybe S3TableOutputOptions) Source #
Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.
dataCatalogOutput_catalogId :: Lens' DataCatalogOutput (Maybe Text) Source #
The unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the data.
dataCatalogOutput_overwrite :: Lens' DataCatalogOutput (Maybe Bool) Source #
A value that, if true, means that any data in the location specified for output is overwritten with new output. Not supported with DatabaseOptions.
dataCatalogOutput_databaseName :: Lens' DataCatalogOutput Text Source #
The name of a database in the Data Catalog.
dataCatalogOutput_tableName :: Lens' DataCatalogOutput Text Source #
The name of a table in the Data Catalog.