MonitorGroupProps
Properties for defining a MonitorGroup.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-monitorgroup
Initializer
import ros_cdk_cms
ros_cdk_cms.MonitorGroupProps(
group_name: typing.Union[str, IResolvable],
contact_groups: typing.Union[str, IResolvable] = None
)
Properties
| Name | Type | Description |
|---|---|---|
group_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property groupName: The name of the application group. |
contact_groups |
typing.Union[str, ros_cdk_core.IResolvable] |
Property contactGroups: The alert contact group. |
group_nameRequired
group_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property groupName: The name of the application group.
contact_groupsOptional
contact_groups: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property contactGroups: The alert contact group.
Alert notifications for the application group are sent to the specified alert contact group.