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::IoTSiteWise::Pipeline ComputeNode
The ComputeNode property type specifies Property description not available. for an AWS::IoTSiteWise::Pipeline.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "ComputeNodeName" :String, "DependsOn" :[ String, ... ], "EnvironmentVariables" :{, "TaskName" :Key:Value, ...}String}
YAML
ComputeNodeName:StringDependsOn:- StringEnvironmentVariables:TaskName:Key:ValueString
Properties
ComputeNodeNameProperty description not available.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9_-]+$Minimum:
1Maximum:
128Update requires: No interruption
DependsOnProperty description not available.
Required: No
Type: Array of String
Minimum:
1Maximum:
128 | 50Update requires: No interruption
EnvironmentVariablesProperty description not available.
Required: No
Type: Object of String
Pattern:
^[a-zA-Z_][a-zA-Z0-9_]*$Maximum:
2048Update requires: No interruption
TaskNameProperty description not available.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9_-]+$Minimum:
1Maximum:
128Update requires: No interruption