Skip to content

MonitorGroupProps

Properties for defining a MonitorGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-monitorgroup

Initializer

import { MonitorGroupProps } from '@alicloud/ros-cdk-cms'
const monitorGroupProps: MonitorGroupProps = { ... }

Properties

Name Type Description
groupName string | @alicloud/ros-cdk-core.IResolvable Property groupName: The name of the application group.
contactGroups string | @alicloud/ros-cdk-core.IResolvable Property contactGroups: The alert contact group.

groupNameRequired

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

Property groupName: The name of the application group.


contactGroupsOptional

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

Property contactGroups: The alert contact group.

Alert notifications for the application group are sent to the specified alert contact group.