Skip to content

AlertContactProps

Properties for defining a AlertContact.

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

Initializer

import ros_cdk_arms
ros_cdk_arms.AlertContactProps(
  contact_name: typing.Union[str, IResolvable],
  ding_robot_webhook_url: typing.Union[str, IResolvable] = None,
  email: typing.Union[str, IResolvable] = None,
  phone_num: typing.Union[str, IResolvable] = None,
  proxy_user_id: typing.Union[str, IResolvable] = None,
  region_id: typing.Union[str, IResolvable] = None,
  system_noc: typing.Union[bool, IResolvable] = None
)

Properties

Name Type Description
contact_name typing.Union[str, ros_cdk_core.IResolvable] Property contactName: The name of the alert contact that you want to create.
ding_robot_webhook_url typing.Union[str, ros_cdk_core.IResolvable] Property dingRobotWebhookUrl: The DingTalk Chatbot address of the contact.
email typing.Union[str, ros_cdk_core.IResolvable] Property email: The email address of the contact.
phone_num typing.Union[str, ros_cdk_core.IResolvable] Property phoneNum: The phone number of the contact.
proxy_user_id typing.Union[str, ros_cdk_core.IResolvable] Property proxyUserId: Internal parameters.
region_id typing.Union[str, ros_cdk_core.IResolvable] Property regionId: Region ID.
system_noc typing.Union[bool, ros_cdk_core.IResolvable] Property systemNoc: Specifies whether to receive system alerts.

contact_nameRequired

contact_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

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


ding_robot_webhook_urlOptional

ding_robot_webhook_url: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property dingRobotWebhookUrl: The DingTalk Chatbot address of the contact.


emailOptional

email: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property email: The email address of the contact.


phone_numOptional

phone_num: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property phoneNum: The phone number of the contact.


proxy_user_idOptional

proxy_user_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property proxyUserId: Internal parameters.


region_idOptional

region_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property regionId: Region ID.

Default to region of stack.


system_nocOptional

system_noc: typing.Union[bool, IResolvable]
  • Type: typing.Union[bool, ros_cdk_core.IResolvable]

Property systemNoc: Specifies whether to receive system alerts.