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
The AWS::IoTSiteWise::Pipeline resource Property description not available. for IoTSiteWise.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::IoTSiteWise::Pipeline", "Properties" : { "Computations" :[ ComputeNode, ... ], "Description" :String, "EnvironmentVariables" :{, "PipelineName" :Key:Value, ...}String, "Tags" :[ Tag, ... ], "WorkspaceName" :String} }
YAML
Type: AWS::IoTSiteWise::Pipeline Properties: Computations:- ComputeNodeDescription:StringEnvironmentVariables:PipelineName:Key:ValueStringTags:- TagWorkspaceName:String
Properties
ComputationsProperty description not available.
Required: Yes
Type: Array of ComputeNode
Minimum:
1Maximum:
50Update requires: No interruption
DescriptionProperty description not available.
Required: No
Type: String
Minimum:
0Maximum:
2048Update 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
PipelineNameProperty description not available.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9_-]+$Minimum:
1Maximum:
128Update requires: Replacement
Property description not available.
Required: No
Type: Array of Tag
Maximum:
50Update requires: No interruption
WorkspaceNameProperty description not available.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9_-]+$Minimum:
1Maximum:
128Update requires: Replacement
Return values
Ref
Fn::GetAtt
PipelineArnProperty description not available.
StatusProperty description not available.