Variable - Amazon IoT Analytics
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon SDKs, see the following: