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_name
Required
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_url
Optional
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.
email
Optional
email: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property email: The email address of the contact.
phone_num
Optional
phone_num: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property phoneNum: The phone number of the contact.
proxy_user_id
Optional
proxy_user_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property proxyUserId: Internal parameters.
region_id
Optional
region_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property regionId: Region ID.
Default to region of stack.
system_noc
Optional
system_noc: typing.Union[bool, IResolvable]
- Type: typing.Union[bool, ros_cdk_core.IResolvable]
Property systemNoc: Specifies whether to receive system alerts.