ContactGroupProps
Properties for defining a ContactGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-contactgroup
Initializer
import { ContactGroupProps } from '@alicloud/ros-cdk-cms'
const contactGroupProps: ContactGroupProps = { ... }
Properties
Name | Type | Description |
---|---|---|
contactGroupName |
string | @alicloud/ros-cdk-core.IResolvable |
Property contactGroupName: The name of the alert contact group. |
contactNames |
@alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[] |
Property contactNames: The name of the alert contact. |
describe |
string | @alicloud/ros-cdk-core.IResolvable |
Property describe: The description of the alert contact group. |
contactGroupName
Required
public readonly contactGroupName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property contactGroupName: The name of the alert contact group.
contactNames
Required
public readonly contactNames: IResolvable | string | IResolvable[];
- Type: @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[]
Property contactNames: The name of the alert contact.
describe
Required
public readonly describe: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property describe: The description of the alert contact group.