Variable
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
.
Contents
- name
-
The name of the variable.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Required: Yes
- datasetContentVersionValue
-
The value of the variable as a structure that specifies a dataset content version.
Type: DatasetContentVersionValue object
Required: No
- doubleValue
-
The value of the variable as a double (numeric).
Type: Double
Required: No
- outputFileUriValue
-
The value of the variable as a structure that specifies an output file URI.
Type: OutputFileUriValue object
Required: No
- stringValue
-
The value of the variable as a string.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1024.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: