Skip to content

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.

TemplateFileRequired

TemplateFile *string
  • Type: *string

A file relative to the assembly root which contains the ROS template for this stack.


ParametersOptional

Parameters *map[string]*string
  • Type: map[string]string

Values for ROS stack parameters that should be passed when the stack is deployed.


StackNameOptional

StackName *string
  • Type: *string
  • Default: name derived from artifact ID

The name to use for the ROS stack.