Skip to content

ApplyAlertRuleTemplateProps

Properties for defining a ApplyAlertRuleTemplate.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-arms-applyalertruletemplate

Initializer

import { ApplyAlertRuleTemplateProps } from '@alicloud/ros-cdk-arms'
const applyAlertRuleTemplateProps: ApplyAlertRuleTemplateProps = { ... }

Properties

Name Type Description
clusterIds @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[] Property clusterIds: The IDs list of Prometheus Instances.
templateIds @alicloud/ros-cdk-core.IResolvable | string | @alicloud/ros-cdk-core.IResolvable[] Property templateIds: The IDs list of Prometheus alert rule templates.
update boolean | @alicloud/ros-cdk-core.IResolvable Property update: Whether to update created alert rules.

clusterIdsOptional

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

Property clusterIds: The IDs list of Prometheus Instances.


templateIdsOptional

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

Property templateIds: The IDs list of Prometheus alert rule templates.


updateOptional

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

Property update: Whether to update created alert rules.

Default false.