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 AWS CloudFormation template, use the following syntax:
JSON
{ "DatasetContentVersionValue" :
DatasetContentVersionValue
, "DoubleValue" :Number
, "OutputFileUriValue" :OutputFileUriValue
, "StringValue" :String
, "VariableName" :String
}
YAML
DatasetContentVersionValue:
DatasetContentVersionValue
DoubleValue:Number
OutputFileUriValue:OutputFileUriValue
StringValue:String
VariableName: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: Number
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:
0
Maximum:
1024
Update requires: No interruption
VariableName
-
The name of the variable.
Required: Yes
Type: String
Minimum:
1
Maximum:
256
Update requires: No interruption