AWS IoT Analytics Dataset Variable
The Variable
property type specifies the values of variables used within the context of the execution
of the
containerized application for an AWS IoT Analytics dataset.
Variable is a property of the ContainerAction property type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DatasetContentVersionValue" : DatasetContentVersionValue, "DoubleValue" :Double, "OutputFileUriValue" : OutputFileUriValue, "StringValue" :String, "VariableName" :String}
YAML
DatasetContentVersionValue: DatasetContentVersionValue DoubleValue:DoubleOutputFileUriValue: OutputFileUriValue StringValue:StringVariableName:String
Properties
DatasetContentVersionValue-
The value of the variable as a structure that specifies a data set content version.
Required: No
Type: DatasetContentVersionValue
Update requires: No interruption
DoubleValue-
The value of the variable as a Java "double" type.
Required: No
Type: Double
Update requires: No interruption
OutputFileUriValue-
The value of the variable as a structure that specifies an output file URI.
Required: No
Type: OutputFileUriValue
Update requires: No interruption
StringValue-
The value of the variable as a Java "string" type.
Required: No
Type: String
Update requires: No interruption
VariableName-
The name of the variable.
Required: Yes
Type: String
Update requires: No interruption
See Also
-
CreateDataset in the IoT Analytics User Guide
