Skip to content

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.

ContactNameRequired

public object ContactName { get; set; }
  • Type: object

Property contactName: The name of the alert contact that you want to create.


DingRobotWebhookUrlOptional

public object DingRobotWebhookUrl { get; set; }
  • Type: object

Property dingRobotWebhookUrl: The DingTalk Chatbot address of the contact.


EmailOptional

public object Email { get; set; }
  • Type: object

Property email: The email address of the contact.


PhoneNumOptional

public object PhoneNum { get; set; }
  • Type: object

Property phoneNum: The phone number of the contact.


ProxyUserIdOptional

public object ProxyUserId { get; set; }
  • Type: object

Property proxyUserId: Internal parameters.


RegionIdOptional

public object RegionId { get; set; }
  • Type: object

Property regionId: Region ID.

Default to region of stack.


SystemNocOptional

public object SystemNoc { get; set; }
  • Type: object

Property systemNoc: Specifies whether to receive system alerts.