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. |
ContactName
Required
ContactName interface{}
- Type: interface{}
Property contactName: The name of the alert contact that you want to create.
DingRobotWebhookUrl
Optional
DingRobotWebhookUrl interface{}
- Type: interface{}
Property dingRobotWebhookUrl: The DingTalk Chatbot address of the contact.
Email
Optional
Email interface{}
- Type: interface{}
Property email: The email address of the contact.
PhoneNum
Optional
PhoneNum interface{}
- Type: interface{}
Property phoneNum: The phone number of the contact.
ProxyUserId
Optional
ProxyUserId interface{}
- Type: interface{}
Property proxyUserId: Internal parameters.
RegionId
Optional
RegionId interface{}
- Type: interface{}
Property regionId: Region ID.
Default to region of stack.
SystemNoc
Optional
SystemNoc interface{}
- Type: interface{}
Property systemNoc: Specifies whether to receive system alerts.