RosDynamicTagGroupProps
Properties for defining a RosDynamicTagGroup.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-dynamictaggroup
Initializer
import com.aliyun.ros.cdk.cms.RosDynamicTagGroupProps;
RosDynamicTagGroupProps.builder()
    .contactGroupList(IResolvable)
    .contactGroupList(java.util.List<java.lang.String)
    .contactGroupList(IResolvable>)
    .tagKey(java.lang.String)
    .tagKey(IResolvable)
//  .enableInstallAgent(java.lang.Boolean)
//  .enableInstallAgent(IResolvable)
//  .enableSubscribeEvent(java.lang.Boolean)
//  .enableSubscribeEvent(IResolvable)
//  .matchExpress(IResolvable)
//  .matchExpress(java.util.List<IResolvable)
//  .matchExpress(MatchExpressProperty>)
//  .matchExpressFilterRelation(java.lang.String)
//  .matchExpressFilterRelation(IResolvable)
//  .templateIdList(IResolvable)
//  .templateIdList(java.util.List<java.lang.String)
//  .templateIdList(IResolvable>)
    .build();
Properties
| Name | Type | Description | 
|---|---|---|
| contactGroupList | com.aliyun.ros.cdk.core.IResolvable OR java.util.List | No description. | 
| tagKey | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | No description. | 
| enableInstallAgent | java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable | No description. | 
| enableSubscribeEvent | java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable | No description. | 
| matchExpress | com.aliyun.ros.cdk.core.IResolvable OR java.util.List | No description. | 
| matchExpressFilterRelation | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | No description. | 
| templateIdList | com.aliyun.ros.cdk.core.IResolvable OR java.util.List | No description. | 
contactGroupListRequired 
public java.lang.Object getContactGroupList();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
tagKeyRequired 
public java.lang.Object getTagKey();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
enableInstallAgentOptional 
public java.lang.Object getEnableInstallAgent();
- Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable
enableSubscribeEventOptional 
public java.lang.Object getEnableSubscribeEvent();
- Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable
matchExpressOptional 
public java.lang.Object getMatchExpress();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListMatchExpressProperty> 
matchExpressFilterRelationOptional 
public java.lang.Object getMatchExpressFilterRelation();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
templateIdListOptional 
public java.lang.Object getTemplateIdList();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List