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 |
Documentation
data ImportDataSource Source #
An object that contains details about the data source of the import job.
See: newImportDataSource
smart constructor.
ImportDataSource' | |
|
Instances
:: 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.