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
Documentation
data OutputLocation Source #
The output location.
See: newOutputLocation
smart constructor.
Instances
newOutputLocation :: OutputLocation Source #
Create a value of OutputLocation
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:s3Prefix:OutputLocation'
, outputLocation_s3Prefix
- The S3 folder in the s3Bucket
where output files will be placed.
$sel:s3Bucket:OutputLocation'
, outputLocation_s3Bucket
- The S3 bucket for output.
outputLocation_s3Prefix :: Lens' OutputLocation (Maybe Text) Source #
The S3 folder in the s3Bucket
where output files will be placed.
outputLocation_s3Bucket :: Lens' OutputLocation (Maybe Text) Source #
The S3 bucket for output.