AWS::IoTAnalytics::Dataset 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.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DatasetContentVersionValue" :DatasetContentVersionValue, "DoubleValue" :Double, "OutputFileUriValue" :OutputFileUriValue, "StringValue" :String, "VariableName" :String}
YAML
DatasetContentVersionValue:DatasetContentVersionValueDoubleValue:DoubleOutputFileUriValue:OutputFileUriValueStringValue:StringVariableName:String
Properties
DatasetContentVersionValue-
The value of the variable as a structure that specifies a dataset content version.
Required: No
Type: DatasetContentVersionValue
Update requires: No interruption
DoubleValue-
The value of the variable as a double (numeric).
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 string.
Required: No
Type: String
Minimum:
0Maximum:
1024Update requires: No interruption
VariableName-
The name of the variable.
Required: Yes
Type: String
Minimum:
1Maximum:
256Update requires: No interruption