AlertContactProps
Properties for defining a AlertContact
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-arms-alertcontact
Initializer
import { AlertContactProps } from '@alicloud/ros-cdk-arms'
const alertContactProps: AlertContactProps = { ... }
Properties
Name | Type | Description |
---|---|---|
contactName |
string | @alicloud/ros-cdk-core.IResolvable |
Property contactName: The name of the alert contact that you want to create. |
dingRobotWebhookUrl |
string | @alicloud/ros-cdk-core.IResolvable |
Property dingRobotWebhookUrl: The DingTalk Chatbot address of the contact. |
email |
string | @alicloud/ros-cdk-core.IResolvable |
Property email: The email address of the contact. |
phoneNum |
string | @alicloud/ros-cdk-core.IResolvable |
Property phoneNum: The phone number of the contact. |
proxyUserId |
string | @alicloud/ros-cdk-core.IResolvable |
Property proxyUserId: Internal parameters. |
regionId |
string | @alicloud/ros-cdk-core.IResolvable |
Property regionId: Region ID. |
systemNoc |
boolean | @alicloud/ros-cdk-core.IResolvable |
Property systemNoc: Specifies whether to receive system alerts. |
contactName
Required
public readonly contactName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property contactName: The name of the alert contact that you want to create.
dingRobotWebhookUrl
Optional
public readonly dingRobotWebhookUrl: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property dingRobotWebhookUrl: The DingTalk Chatbot address of the contact.
email
Optional
public readonly email: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property email: The email address of the contact.
phoneNum
Optional
public readonly phoneNum: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property phoneNum: The phone number of the contact.
proxyUserId
Optional
public readonly proxyUserId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property proxyUserId: Internal parameters.
regionId
Optional
public readonly regionId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property regionId: Region ID.
Default to region of stack.
systemNoc
Optional
public readonly systemNoc: boolean | IResolvable;
- Type: boolean | @alicloud/ros-cdk-core.IResolvable
Property systemNoc: Specifies whether to receive system alerts.