Skip to content

ApplyConfigToMachineGroupProps

Properties for defining a ApplyConfigToMachineGroup.

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

Initializer

import ros_cdk_sls
ros_cdk_sls.ApplyConfigToMachineGroupProps(
  config_name: typing.Union[str, IResolvable] = None,
  group_name: typing.Union[str, IResolvable] = None,
  project_name: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
config_name typing.Union[str, ros_cdk_core.IResolvable] Property configName: Apply config to the config name.
group_name typing.Union[str, ros_cdk_core.IResolvable] Property groupName: Apply config to the group name.
project_name typing.Union[str, ros_cdk_core.IResolvable] Property projectName: Apply config to the project name.

config_nameOptional

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

Property configName: Apply config to the config name.


group_nameOptional

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

Property groupName: Apply config to the group name.


project_nameOptional

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

Property projectName: Apply config to the project name.