Skip to content

DynamicTagGroupProps

Properties for defining a DynamicTagGroup.

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

Initializer

import ros_cdk_cms
ros_cdk_cms.DynamicTagGroupProps(
  contact_group_list: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]],
  tag_key: typing.Union[str, IResolvable],
  enable_install_agent: typing.Union[bool, IResolvable] = None,
  enable_subscribe_event: typing.Union[bool, IResolvable] = None,
  match_express: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, MatchExpressProperty]]] = None,
  match_express_filter_relation: typing.Union[str, IResolvable] = None,
  template_id_list: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]] = None
)

Properties

Name Type Description
contact_group_list typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]] Property contactGroupList: Alarm contacts.
tag_key typing.Union[str, ros_cdk_core.IResolvable] Property tagKey: Tag key.
enable_install_agent typing.Union[bool, ros_cdk_core.IResolvable] Property enableInstallAgent: Whether to enable initial installation monitoring plug, not installed by default.
enable_subscribe_event typing.Union[bool, ros_cdk_core.IResolvable] Property enableSubscribeEvent: Whether the event subscription is enabled.
match_express typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, MatchExpressProperty]]] Property matchExpress: Matching list.
match_express_filter_relation typing.Union[str, ros_cdk_core.IResolvable] Property matchExpressFilterRelation: The relationship between the conditional expressions.
template_id_list typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]] Property templateIdList: Alarm template ID list.

contact_group_listRequired

contact_group_list: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]]
  • Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]]

Property contactGroupList: Alarm contacts.


tag_keyRequired

tag_key: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property tagKey: Tag key.


enable_install_agentOptional

enable_install_agent: typing.Union[bool, IResolvable]
  • Type: typing.Union[bool, 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


enable_subscribe_eventOptional

enable_subscribe_event: typing.Union[bool, IResolvable]
  • Type: typing.Union[bool, ros_cdk_core.IResolvable]

Property enableSubscribeEvent: Whether the event subscription is enabled.

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


match_expressOptional

match_express: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, MatchExpressProperty]]]
  • Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, MatchExpressProperty]]]

Property matchExpress: Matching list.

Only supports one currently.


match_express_filter_relationOptional

match_express_filter_relation: typing.Union[str, IResolvable]
  • Type: typing.Union[str, 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.


template_id_listOptional

template_id_list: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]]
  • Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]]

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.