AWS::IoTAnalytics::Dataset Variable - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 CloudFormation template, use the following syntax:

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