DynamicTagGroupProps
Properties for defining a DynamicTagGroup.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-dynamictaggroup
Initializer
import com.aliyun.ros.cdk.cms.DynamicTagGroupProps;
DynamicTagGroupProps.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 |
Property contactGroupList: Alarm contacts. |
tagKey |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property tagKey: Tag key. |
enableInstallAgent |
java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable |
Property enableInstallAgent: Whether to enable initial installation monitoring plug, not installed by default. |
enableSubscribeEvent |
java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable |
Property enableSubscribeEvent: Whether the event subscription is enabled. |
matchExpress |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
Property matchExpress: Matching list. |
matchExpressFilterRelation |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property matchExpressFilterRelation: The relationship between the conditional expressions. |
templateIdList |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
Property templateIdList: Alarm template ID list. |
contactGroupListRequired
public java.lang.Object getContactGroupList();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
Property contactGroupList: Alarm contacts.
tagKeyRequired
public java.lang.Object getTagKey();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property tagKey: Tag key.
enableInstallAgentOptional
public java.lang.Object getEnableInstallAgent();
- Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable
Property enableInstallAgent: Whether to enable initial installation monitoring plug, not installed by default.
Values are: true: enable installation Note If ECS generated instances group does not monitor plug-in installed will attempt to automatically install. false: disable installation
enableSubscribeEventOptional
public java.lang.Object getEnableSubscribeEvent();
- Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable
Property enableSubscribeEvent: Whether the event subscription is enabled.
Values are :true: enable event subscription false: disable event subscription
matchExpressOptional
public java.lang.Object getMatchExpress();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
MatchExpressProperty>
Property matchExpress: Matching list.
Only supports one currently.
matchExpressFilterRelationOptional
public java.lang.Object getMatchExpressFilterRelation();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property matchExpressFilterRelation: The relationship between the conditional expressions.
Values are: and: the relationship between or: the relationship or the Description currently supports only one combination of conditions, the follow-up Ali cloud will support a variety of combinations of conditions.
templateIdListOptional
public java.lang.Object getTemplateIdList();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
Property templateIdList: Alarm template ID list.
When the automatically generated application group synchronizes tags, it will generate alarm rules according to the specified alarm template.