Skip to content

DynamicTagGroupProps

Properties for defining a DynamicTagGroup.

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

Initializer

import { DynamicTagGroupProps } from '@alicloud/ros-cdk-cms'
const dynamicTagGroupProps: DynamicTagGroupProps = { ... }

Properties

Name Type Description
contactGroupList @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[] Property contactGroupList: Alarm contacts.
tagKey string | @alicloud/ros-cdk-core.IResolvable Property tagKey: Tag key.
enableInstallAgent boolean | @alicloud/ros-cdk-core.IResolvable Property enableInstallAgent: Whether to enable initial installation monitoring plug, not installed by default.
enableSubscribeEvent boolean | @alicloud/ros-cdk-core.IResolvable Property enableSubscribeEvent: Whether the event subscription is enabled.
matchExpress @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | MatchExpressProperty[] Property matchExpress: Matching list.
matchExpressFilterRelation string | @alicloud/ros-cdk-core.IResolvable Property matchExpressFilterRelation: The relationship between the conditional expressions.
templateIdList @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[] Property templateIdList: Alarm template ID list.

contactGroupListRequired

public readonly contactGroupList: IResolvable | string | IResolvable[];
  • Type: @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[]

Property contactGroupList: Alarm contacts.


tagKeyRequired

public readonly tagKey: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property tagKey: Tag key.


enableInstallAgentOptional

public readonly enableInstallAgent: boolean | IResolvable;
  • Type: boolean | @alicloud/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 readonly enableSubscribeEvent: boolean | IResolvable;
  • Type: boolean | @alicloud/ros-cdk-core.IResolvable

Property enableSubscribeEvent: Whether the event subscription is enabled.

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


matchExpressOptional

public readonly matchExpress: IResolvable | IResolvable | MatchExpressProperty[];
  • Type: @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | MatchExpressProperty[]

Property matchExpress: Matching list.

Only supports one currently.


matchExpressFilterRelationOptional

public readonly matchExpressFilterRelation: string | IResolvable;
  • Type: string | @alicloud/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 readonly templateIdList: IResolvable | string | IResolvable[];
  • Type: @alicloud/ros-cdk-core.IResolvable | string | @alicloud/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.