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. |
ClusterIds
Optional
ClusterIds interface{}
- Type: interface{}
Property clusterIds: The IDs list of Prometheus Instances.
TemplateIds
Optional
TemplateIds interface{}
- Type: interface{}
Property templateIds: The IDs list of Prometheus alert rule templates.
Update
Optional
Update interface{}
- Type: interface{}
Property update: Whether to update created alert rules.
Default false.