AliyunRosStackProperties
Artifact properties for ROS stacks.
Initializer
using AlibabaCloud.SDK.ROS.CDK.Assembly.Schema;
new AliyunRosStackProperties {
string TemplateFile,
System.Collections.Generic.IDictionary<string, string> Parameters = null,
string StackName = null,
System.Collections.Generic.IDictionary<string, string> Tags = null
};
Properties
Name | Type | Description |
---|---|---|
TemplateFile |
string |
A file relative to the assembly root which contains the ROS template for this stack. |
Parameters |
System.Collections.Generic.IDictionary |
Values for ROS stack parameters that should be passed when the stack is deployed. |
StackName |
string |
The name to use for the ROS stack. |
Tags |
System.Collections.Generic.IDictionary |
Values for ROS stack tags that should be passed when the stack is deployed. |
TemplateFile
Required
public string TemplateFile { get; set; }
- Type: string
A file relative to the assembly root which contains the ROS template for this stack.
Parameters
Optional
public System.Collections.Generic.IDictionary<string, string> Parameters { get; set; }
- Type: System.Collections.Generic.IDictionary
- Default: No parameters
Values for ROS stack parameters that should be passed when the stack is deployed.
StackName
Optional
public string StackName { get; set; }
- Type: string
- Default: name derived from artifact ID
The name to use for the ROS stack.
Tags
Optional
public System.Collections.Generic.IDictionary<string, string> Tags { get; set; }
- Type: System.Collections.Generic.IDictionary
- Default: No tags
Values for ROS stack tags that should be passed when the stack is deployed.