| 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.SESV2.Types.ImportDataSource
Description
Documentation
data ImportDataSource Source #
An object that contains details about the data source of the import job.
See: newImportDataSource smart constructor.
Constructors
| ImportDataSource' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DataFormat | |
| -> ImportDataSource |
Create a value of ImportDataSource 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:s3Url:ImportDataSource', importDataSource_s3Url - An Amazon S3 URL in the format s3://<bucket_name>/<object>.
$sel:dataFormat:ImportDataSource', importDataSource_dataFormat - The data format of the import job's data source.
importDataSource_s3Url :: Lens' ImportDataSource Text Source #
An Amazon S3 URL in the format s3://<bucket_name>/<object>.
importDataSource_dataFormat :: Lens' ImportDataSource DataFormat Source #
The data format of the import job's data source.