| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoTAnalytics.Types.OutputFileUriValue
Description
Synopsis
Documentation
data OutputFileUriValue Source #
The value of the variable as a structure that specifies an output file URI.
See: newOutputFileUriValue smart constructor.
Constructors
| OutputFileUriValue' | |
Instances
newOutputFileUriValue Source #
Arguments
| :: Text | |
| -> OutputFileUriValue |
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.