This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
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:DatasetContentVersionValueDoubleValue:NumberOutputFileUriValue: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: 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:
0Maximum:
1024Update requires: No interruption
VariableName-
The name of the variable.
Required: Yes
Type: String
Minimum:
1Maximum:
256Update requires: No interruption