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. |
AppId
Required
AppId interface{}
- Type: interface{}
Property appId: Application ID.
GroupName
Required
GroupName interface{}
- Type: interface{}
Property groupName: Group name, maximum length of 64.