| 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.DataBrew.Types.DatabaseTableOutputOptions
Description
Synopsis
- data DatabaseTableOutputOptions = DatabaseTableOutputOptions' {}
- newDatabaseTableOutputOptions :: Text -> DatabaseTableOutputOptions
- databaseTableOutputOptions_tempDirectory :: Lens' DatabaseTableOutputOptions (Maybe S3Location)
- databaseTableOutputOptions_tableName :: Lens' DatabaseTableOutputOptions Text
Documentation
data DatabaseTableOutputOptions Source #
Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.
See: newDatabaseTableOutputOptions smart constructor.
Constructors
| DatabaseTableOutputOptions' | |
Fields
| |
Instances
newDatabaseTableOutputOptions Source #
Create a value of DatabaseTableOutputOptions 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:DatabaseTableOutputOptions', databaseTableOutputOptions_tempDirectory - Represents an Amazon S3 location (bucket name and object key) where
DataBrew can store intermediate results.
$sel:tableName:DatabaseTableOutputOptions', databaseTableOutputOptions_tableName - A prefix for the name of a table DataBrew will create in the database.
databaseTableOutputOptions_tempDirectory :: Lens' DatabaseTableOutputOptions (Maybe S3Location) Source #
Represents an Amazon S3 location (bucket name and object key) where DataBrew can store intermediate results.
databaseTableOutputOptions_tableName :: Lens' DatabaseTableOutputOptions Text Source #
A prefix for the name of a table DataBrew will create in the database.