AliyunRosStackProperties
Artifact properties for ROS stacks.
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcxapi"
&alicloudroscdkcxapi.AliyunRosStackProperties {
TemplateFile: *string,
Parameters: *map[string]*string,
StackName: *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. |
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
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.