| 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.IoTSiteWise.Types.JobConfiguration
Description
Documentation
data JobConfiguration Source #
Contains the configuration information of a job, such as the file format used to save data in Amazon S3.
See: newJobConfiguration smart constructor.
Constructors
| JobConfiguration' | |
Fields
| |
Instances
Arguments
| :: FileFormat | |
| -> JobConfiguration |
Create a value of JobConfiguration 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:fileFormat:JobConfiguration', jobConfiguration_fileFormat - The file format of the data in Amazon S3.
jobConfiguration_fileFormat :: Lens' JobConfiguration FileFormat Source #
The file format of the data in Amazon S3.