Skip to content

DynamicTagGroupProps

Properties for defining a DynamicTagGroup.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cms;
new DynamicTagGroupProps {
    object ContactGroupList,
    object TagKey,
    object EnableInstallAgent = null,
    object EnableSubscribeEvent = null,
    object MatchExpress = null,
    object MatchExpressFilterRelation = null,
    object TemplateIdList = null
};

Properties

Name Type Description
ContactGroupList object Property contactGroupList: Alarm contacts.
TagKey object Property tagKey: Tag key.
EnableInstallAgent object Property enableInstallAgent: Whether to enable initial installation monitoring plug, not installed by default.
EnableSubscribeEvent object Property enableSubscribeEvent: Whether the event subscription is enabled.
MatchExpress object Property matchExpress: Matching list.
MatchExpressFilterRelation object Property matchExpressFilterRelation: The relationship between the conditional expressions.
TemplateIdList object Property templateIdList: Alarm template ID list.

ContactGroupListRequired

public object ContactGroupList { get; set; }
  • Type: object

Property contactGroupList: Alarm contacts.


TagKeyRequired

public object TagKey { get; set; }
  • Type: object

Property tagKey: Tag key.


EnableInstallAgentOptional

public object EnableInstallAgent { get; set; }
  • Type: object

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 object EnableSubscribeEvent { get; set; }
  • Type: object

Property enableSubscribeEvent: Whether the event subscription is enabled.

Values are :true: enable event subscription false: disable event subscription


MatchExpressOptional

public object MatchExpress { get; set; }
  • Type: object

Property matchExpress: Matching list.

Only supports one currently.


MatchExpressFilterRelationOptional

public object MatchExpressFilterRelation { get; set; }
  • Type: object

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 object TemplateIdList { get; set; }
  • Type: object

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.