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_name
Optional
config_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property configName: Apply config to the config name.
group_name
Optional
group_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property groupName: Apply config to the group name.
project_name
Optional
project_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property projectName: Apply config to the project name.