| 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.Variable
Description
Synopsis
- data Variable = Variable' {}
- newVariable :: Text -> Variable
- variable_datasetContentVersionValue :: Lens' Variable (Maybe DatasetContentVersionValue)
- variable_doubleValue :: Lens' Variable (Maybe Double)
- variable_outputFileUriValue :: Lens' Variable (Maybe OutputFileUriValue)
- variable_stringValue :: Lens' Variable (Maybe Text)
- variable_name :: Lens' Variable Text
Documentation
An instance of a variable to be passed to the containerAction
execution. Each variable must have a name and a value given by one of
stringValue, datasetContentVersionValue, or outputFileUriValue.
See: newVariable smart constructor.
Constructors
| Variable' | |
Fields
| |
Instances
Create a value of Variable 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:datasetContentVersionValue:Variable', variable_datasetContentVersionValue - The value of the variable as a structure that specifies a dataset
content version.
$sel:doubleValue:Variable', variable_doubleValue - The value of the variable as a double (numeric).
$sel:outputFileUriValue:Variable', variable_outputFileUriValue - The value of the variable as a structure that specifies an output file
URI.
$sel:stringValue:Variable', variable_stringValue - The value of the variable as a string.
$sel:name:Variable', variable_name - The name of the variable.
variable_datasetContentVersionValue :: Lens' Variable (Maybe DatasetContentVersionValue) Source #
The value of the variable as a structure that specifies a dataset content version.
variable_doubleValue :: Lens' Variable (Maybe Double) Source #
The value of the variable as a double (numeric).
variable_outputFileUriValue :: Lens' Variable (Maybe OutputFileUriValue) Source #
The value of the variable as a structure that specifies an output file URI.