Skip to content

AlertContactGroupProps

Properties for defining a AlertContactGroup.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Arms;
new AlertContactGroupProps {
    object ContactGroupName,
    object ContactIds,
    object ProxyUserId = null,
    object RegionId = null
};

Properties

Name Type Description
ContactGroupName object Property contactGroupName: The name of the alert contact group that you want to create.
ContactIds object Property contactIds: The list of alert contact ID.
ProxyUserId object Property proxyUserId: Internal parameters.
RegionId object Property regionId: Region ID.

ContactGroupNameRequired

public object ContactGroupName { get; set; }
  • Type: object

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


ContactIdsRequired

public object ContactIds { get; set; }
  • Type: object

Property contactIds: The list of alert contact ID.


ProxyUserIdOptional

public object ProxyUserId { get; set; }
  • Type: object

Property proxyUserId: Internal parameters.


RegionIdOptional

public object RegionId { get; set; }
  • Type: object

Property regionId: Region ID.

Default to region of stack.