AliyunRosStackProperties
Artifact properties for ROS stacks.
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkassemblyschema"
&alicloudroscdkassemblyschema.AliyunRosStackProperties {
TemplateFile: *string,
Parameters: *map[string]*string,
StackName: *string,
Tags: *map[string]*string,
}
Properties
Name | Type | Description |
---|---|---|
TemplateFile |
*string |
A file relative to the assembly root which contains the ROS template for this stack. |
Parameters |
map[string]string |
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 |
map[string]string |
Values for ROS stack tags that should be passed when the stack is deployed. |
TemplateFile
Required
TemplateFile *string
- Type: *string
A file relative to the assembly root which contains the ROS template for this stack.
Parameters
Optional
Parameters *map[string]*string
- Type: map[string]string
- Default: No parameters
Values for ROS stack parameters that should be passed when the stack is deployed.
StackName
Optional
StackName *string
- Type: *string
- Default: name derived from artifact ID
The name to use for the ROS stack.
Tags
Optional
Tags *map[string]*string
- Type: map[string]string
- Default: No tags
Values for ROS stack tags that should be passed when the stack is deployed.