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
- data Variable = Variable' {}
- newVariable :: Text -> Variable
- variable_outputFileUriValue :: Lens' Variable (Maybe OutputFileUriValue)
- variable_doubleValue :: Lens' Variable (Maybe Double)
- variable_stringValue :: Lens' Variable (Maybe Text)
- variable_datasetContentVersionValue :: Lens' Variable (Maybe DatasetContentVersionValue)
- 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.
Variable' | |
|
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:outputFileUriValue:Variable'
, variable_outputFileUriValue
- The value of the variable as a structure that specifies an output file
URI.
$sel:doubleValue:Variable'
, variable_doubleValue
- The value of the variable as a double (numeric).
$sel:stringValue:Variable'
, variable_stringValue
- The value of the variable as a string.
$sel:datasetContentVersionValue:Variable'
, variable_datasetContentVersionValue
- The value of the variable as a structure that specifies a dataset
content version.
$sel:name:Variable'
, variable_name
- The name of the variable.
variable_outputFileUriValue :: Lens' Variable (Maybe OutputFileUriValue) Source #
The value of the variable as a structure that specifies an output file URI.
variable_doubleValue :: Lens' Variable (Maybe Double) Source #
The value of the variable as a double (numeric).
variable_datasetContentVersionValue :: Lens' Variable (Maybe DatasetContentVersionValue) Source #
The value of the variable as a structure that specifies a dataset content version.