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. |
contactGroupList
Required
public readonly contactGroupList: IResolvable | string | IResolvable[];
- Type: @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[]
Property contactGroupList: Alarm contacts.
tagKey
Required
public readonly tagKey: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property tagKey: Tag key.
enableInstallAgent
Optional
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
enableSubscribeEvent
Optional
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
matchExpress
Optional
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.
matchExpressFilterRelation
Optional
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.
templateIdList
Optional
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.