Skip to content

ApplyAlertRuleTemplateProps

Properties for defining a ApplyAlertRuleTemplate.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkarms"
&alicloudroscdkarms.ApplyAlertRuleTemplateProps {
    ClusterIds: interface{},
    TemplateIds: interface{},
    Update: interface{},
}

Properties

Name Type Description
ClusterIds interface{} Property clusterIds: The IDs list of Prometheus Instances.
TemplateIds interface{} Property templateIds: The IDs list of Prometheus alert rule templates.
Update interface{} Property update: Whether to update created alert rules.

ClusterIdsOptional

ClusterIds interface{}
  • Type: interface{}

Property clusterIds: The IDs list of Prometheus Instances.


TemplateIdsOptional

TemplateIds interface{}
  • Type: interface{}

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


UpdateOptional

Update interface{}
  • Type: interface{}

Property update: Whether to update created alert rules.

Default false.