Skip to content

MachineGroupProps

Properties for defining a MachineGroup.

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

Initializer

import ros_cdk_sls
ros_cdk_sls.MachineGroupProps(
  group_attribute: typing.Union[str, IResolvable] = None,
  group_name: typing.Union[str, IResolvable] = None,
  group_type: typing.Union[str, IResolvable] = None,
  machine_identify_type: typing.Union[str, IResolvable] = None,
  machine_list: typing.Union[typing.List[typing.Any], IResolvable] = None,
  project_name: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
group_attribute typing.Union[str, ros_cdk_core.IResolvable] Property groupAttribute: Group attribute, default is null.
group_name typing.Union[str, ros_cdk_core.IResolvable] Property groupName: Display name of the group name, the Project only.
group_type typing.Union[str, ros_cdk_core.IResolvable] Property groupType: MachineGroup type, the value is empty or Armory.
machine_identify_type typing.Union[str, ros_cdk_core.IResolvable] Property machineIdentifyType: Machine indentify type, the value is 'ip' or 'userdefined'.
machine_list typing.Union[typing.List[typing.Any], ros_cdk_core.IResolvable] Property machineList: The machine tag, the value is ip or userdefined-id.
project_name typing.Union[str, ros_cdk_core.IResolvable] Property projectName: MachineGroup created in project.

group_attributeOptional

group_attribute: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property groupAttribute: Group attribute, default is null.

The object value is groupToic and externalName


group_nameOptional

group_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property groupName: Display name of the group name, the Project only.

[2, 128] English or Chinese characters, must start with a letter or Chinese in size, can contain numbers, '_' or '.', '-'


group_typeOptional

group_type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property groupType: MachineGroup type, the value is empty or Armory.


machine_identify_typeOptional

machine_identify_type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property machineIdentifyType: Machine indentify type, the value is 'ip' or 'userdefined'.


machine_listOptional

machine_list: typing.Union[typing.List[typing.Any], IResolvable]
  • Type: typing.Union[typing.List[typing.Any], ros_cdk_core.IResolvable]

Property machineList: The machine tag, the value is ip or userdefined-id.


project_nameOptional

project_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property projectName: MachineGroup created in project.