Skip to content

AlertContactGroupProps

Properties for defining a AlertContactGroup.

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

Initializer

import ros_cdk_arms
ros_cdk_arms.AlertContactGroupProps(
  contact_group_name: typing.Union[str, IResolvable],
  contact_ids: typing.Union[IResolvable, typing.List[typing.Union[typing.Union[int, float], IResolvable]]],
  proxy_user_id: typing.Union[str, IResolvable] = None,
  region_id: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
contact_group_name typing.Union[str, ros_cdk_core.IResolvable] Property contactGroupName: The name of the alert contact group that you want to create.
contact_ids typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]]] Property contactIds: The list of alert contact ID.
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.

contact_group_nameRequired

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

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


contact_idsRequired

contact_ids: typing.Union[IResolvable, typing.List[typing.Union[typing.Union[int, float], IResolvable]]]
  • Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]]]

Property contactIds: The list of alert contact ID.


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.