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 OutputFileUriValue Source #
The value of the variable as a structure that specifies an output file URI.
See: newOutputFileUriValue
smart constructor.
Instances
newOutputFileUriValue Source #
Create a value of OutputFileUriValue
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:fileName:OutputFileUriValue'
, outputFileUriValue_fileName
- The URI of the location where dataset contents are stored, usually the
URI of a file in an S3 bucket.
outputFileUriValue_fileName :: Lens' OutputFileUriValue Text Source #
The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket.