ApplyConfigToMachineGroupProps
Properties for defining a ApplyConfigToMachineGroup.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-applyconfigtomachinegroup
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdksls"
&alicloudroscdksls.ApplyConfigToMachineGroupProps {
ConfigName: interface{},
GroupName: interface{},
ProjectName: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
ConfigName | interface{} | Property configName: Apply config to the config name. |
GroupName | interface{} | Property groupName: Apply config to the group name. |
ProjectName | interface{} | Property projectName: Apply config to the project name. |
ConfigNameOptional
ConfigName interface{}
- Type: interface{}
Property configName: Apply config to the config name.
GroupNameOptional
GroupName interface{}
- Type: interface{}
Property groupName: Apply config to the group name.
ProjectNameOptional
ProjectName interface{}
- Type: interface{}
Property projectName: Apply config to the project name.