Skip to content

DeployGroupProps

Properties for defining a DeployGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-edas-deploygroup

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkedas"
&alicloudroscdkedas.DeployGroupProps {
    AppId: interface{},
    GroupName: interface{},
}

Properties

Name Type Description
AppId interface{} Property appId: Application ID.
GroupName interface{} Property groupName: Group name, maximum length of 64.

AppIdRequired

AppId interface{}
  • Type: interface{}

Property appId: Application ID.


GroupNameRequired

GroupName interface{}
  • Type: interface{}

Property groupName: Group name, maximum length of 64.