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 ParallelDataConfig Source #
Specifies the format and S3 location of the parallel data input file.
See: newParallelDataConfig
smart constructor.
ParallelDataConfig' | |
|
Instances
newParallelDataConfig Source #
Create a value of ParallelDataConfig
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:s3Uri:ParallelDataConfig'
, parallelDataConfig_s3Uri
- The URI of the Amazon S3 folder that contains the parallel data input
file. The folder must be in the same Region as the API endpoint you are
calling.
$sel:format:ParallelDataConfig'
, parallelDataConfig_format
- The format of the parallel data input file.
parallelDataConfig_s3Uri :: Lens' ParallelDataConfig Text Source #
The URI of the Amazon S3 folder that contains the parallel data input file. The folder must be in the same Region as the API endpoint you are calling.
parallelDataConfig_format :: Lens' ParallelDataConfig ParallelDataFormat Source #
The format of the parallel data input file.