Skip to content

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.

contactNameRequired

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.


dingRobotWebhookUrlOptional

public readonly dingRobotWebhookUrl: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property dingRobotWebhookUrl: The DingTalk Chatbot address of the contact.


emailOptional

public readonly email: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property email: The email address of the contact.


phoneNumOptional

public readonly phoneNum: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property phoneNum: The phone number of the contact.


proxyUserIdOptional

public readonly proxyUserId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property proxyUserId: Internal parameters.


regionIdOptional

public readonly regionId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property regionId: Region ID.

Default to region of stack.


systemNocOptional

public readonly systemNoc: boolean | IResolvable;
  • Type: boolean | @alicloud/ros-cdk-core.IResolvable

Property systemNoc: Specifies whether to receive system alerts.