MonitorGroupProps
Properties for defining a MonitorGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-monitorgroup
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cms;
new MonitorGroupProps {
object GroupName,
object ContactGroups = null
};
Properties
Name | Type | Description |
---|---|---|
GroupName |
object |
Property groupName: The name of the application group. |
ContactGroups |
object |
Property contactGroups: The alert contact group. |
GroupName
Required
public object GroupName { get; set; }
- Type: object
Property groupName: The name of the application group.
ContactGroups
Optional
public object ContactGroups { get; set; }
- Type: object
Property contactGroups: The alert contact group.
Alert notifications for the application group are sent to the specified alert contact group.