ContactGroupProps
Properties for defining a ContactGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-contactgroup
Initializer
import com.aliyun.ros.cdk.cms.ContactGroupProps;
ContactGroupProps.builder()
.contactGroupName(java.lang.String)
.contactGroupName(IResolvable)
.contactNames(IResolvable)
.contactNames(java.util.List<java.lang.String)
.contactNames(IResolvable>)
.describe(java.lang.String)
.describe(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
contactGroupName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property contactGroupName: The name of the alert contact group. |
contactNames |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
Property contactNames: The name of the alert contact. |
describe |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property describe: The description of the alert contact group. |
contactGroupName
Required
public java.lang.Object getContactGroupName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property contactGroupName: The name of the alert contact group.
contactNames
Required
public java.lang.Object getContactNames();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
Property contactNames: The name of the alert contact.
describe
Required
public java.lang.Object getDescribe();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property describe: The description of the alert contact group.