AlertContactProps
Properties for defining a AlertContact
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-arms-alertcontact
Initializer
using AlibabaCloud.SDK.ROS.CDK.Arms;
new AlertContactProps {
object ContactName,
object DingRobotWebhookUrl = null,
object Email = null,
object PhoneNum = null,
object ProxyUserId = null,
object RegionId = null,
object SystemNoc = null
};
Properties
Name | Type | Description |
---|---|---|
ContactName |
object |
Property contactName: The name of the alert contact that you want to create. |
DingRobotWebhookUrl |
object |
Property dingRobotWebhookUrl: The DingTalk Chatbot address of the contact. |
Email |
object |
Property email: The email address of the contact. |
PhoneNum |
object |
Property phoneNum: The phone number of the contact. |
ProxyUserId |
object |
Property proxyUserId: Internal parameters. |
RegionId |
object |
Property regionId: Region ID. |
SystemNoc |
object |
Property systemNoc: Specifies whether to receive system alerts. |
ContactName
Required
public object ContactName { get; set; }
- Type: object
Property contactName: The name of the alert contact that you want to create.
DingRobotWebhookUrl
Optional
public object DingRobotWebhookUrl { get; set; }
- Type: object
Property dingRobotWebhookUrl: The DingTalk Chatbot address of the contact.
Email
Optional
public object Email { get; set; }
- Type: object
Property email: The email address of the contact.
PhoneNum
Optional
public object PhoneNum { get; set; }
- Type: object
Property phoneNum: The phone number of the contact.
ProxyUserId
Optional
public object ProxyUserId { get; set; }
- Type: object
Property proxyUserId: Internal parameters.
RegionId
Optional
public object RegionId { get; set; }
- Type: object
Property regionId: Region ID.
Default to region of stack.
SystemNoc
Optional
public object SystemNoc { get; set; }
- Type: object
Property systemNoc: Specifies whether to receive system alerts.