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 DataSource = DataSource' {}
- newDataSource :: DataSource
- dataSource_dataLocation :: Lens' DataSource (Maybe Text)
Documentation
data DataSource Source #
Describes the data source that contains the data to upload to a dataset.
See: newDataSource
smart constructor.
DataSource' | |
|
Instances
newDataSource :: DataSource Source #
Create a value of DataSource
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:dataLocation:DataSource'
, dataSource_dataLocation
- The path to the Amazon S3 bucket where the data that you want to upload
to your dataset is stored. For example:
s3://bucket-name/folder-name/
dataSource_dataLocation :: Lens' DataSource (Maybe Text) Source #
The path to the Amazon S3 bucket where the data that you want to upload to your dataset is stored. For example:
s3://bucket-name/folder-name/