Skip to content

RosMachineGroupProps

Properties for defining a RosMachineGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-machinegroup

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdksls"
&alicloudroscdksls.RosMachineGroupProps {
    GroupAttribute: interface{},
    GroupName: interface{},
    GroupType: interface{},
    MachineIdentifyType: interface{},
    MachineList: interface{},
    ProjectName: interface{},
}

Properties

Name Type Description
GroupAttribute interface{} No description.
GroupName interface{} No description.
GroupType interface{} No description.
MachineIdentifyType interface{} No description.
MachineList interface{} No description.
ProjectName interface{} No description.

GroupAttributeOptional

GroupAttribute interface{}
  • Type: interface{}

GroupNameOptional

GroupName interface{}
  • Type: interface{}

GroupTypeOptional

GroupType interface{}
  • Type: interface{}

MachineIdentifyTypeOptional

MachineIdentifyType interface{}
  • Type: interface{}

MachineListOptional

MachineList interface{}
  • Type: interface{}

ProjectNameOptional

ProjectName interface{}
  • Type: interface{}