Skip to content

AlertContactProps

Properties for defining a AlertContact.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-arms-alertcontact

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkarms"
&alicloudroscdkarms.AlertContactProps {
    ContactName: interface{},
    DingRobotWebhookUrl: interface{},
    Email: interface{},
    PhoneNum: interface{},
    ProxyUserId: interface{},
    RegionId: interface{},
    SystemNoc: interface{},
}

Properties

Name Type Description
ContactName interface{} Property contactName: The name of the alert contact that you want to create.
DingRobotWebhookUrl interface{} Property dingRobotWebhookUrl: The DingTalk Chatbot address of the contact.
Email interface{} Property email: The email address of the contact.
PhoneNum interface{} Property phoneNum: The phone number of the contact.
ProxyUserId interface{} Property proxyUserId: Internal parameters.
RegionId interface{} Property regionId: Region ID.
SystemNoc interface{} Property systemNoc: Specifies whether to receive system alerts.

ContactNameRequired

ContactName interface{}
  • Type: interface{}

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


DingRobotWebhookUrlOptional

DingRobotWebhookUrl interface{}
  • Type: interface{}

Property dingRobotWebhookUrl: The DingTalk Chatbot address of the contact.


EmailOptional

Email interface{}
  • Type: interface{}

Property email: The email address of the contact.


PhoneNumOptional

PhoneNum interface{}
  • Type: interface{}

Property phoneNum: The phone number of the contact.


ProxyUserIdOptional

ProxyUserId interface{}
  • Type: interface{}

Property proxyUserId: Internal parameters.


RegionIdOptional

RegionId interface{}
  • Type: interface{}

Property regionId: Region ID.

Default to region of stack.


SystemNocOptional

SystemNoc interface{}
  • Type: interface{}

Property systemNoc: Specifies whether to receive system alerts.