Skip to content

RosGroupMetricRuleProps

Properties for defining a RosGroupMetricRule.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcms"
&alicloudroscdkcms.RosGroupMetricRuleProps {
    Category: interface{},
    Escalations: interface{},
    GroupId: interface{},
    MetricName: interface{},
    Namespace: interface{},
    RuleId: interface{},
    RuleName: interface{},
    Dimensions: interface{},
    EffectiveInterval: interface{},
    EmailSubject: interface{},
    Interval: interface{},
    NoEffectiveInterval: interface{},
    Period: interface{},
    SilenceTime: interface{},
    Webhook: interface{},
}

Properties

Name Type Description
Category interface{} No description.
Escalations interface{} No description.
GroupId interface{} No description.
MetricName interface{} No description.
Namespace interface{} No description.
RuleId interface{} No description.
RuleName interface{} No description.
Dimensions interface{} No description.
EffectiveInterval interface{} No description.
EmailSubject interface{} No description.
Interval interface{} No description.
NoEffectiveInterval interface{} No description.
Period interface{} No description.
SilenceTime interface{} No description.
Webhook interface{} No description.

CategoryRequired

Category interface{}
  • Type: interface{}

EscalationsRequired

Escalations interface{}
  • Type: interface{}

GroupIdRequired

GroupId interface{}
  • Type: interface{}

MetricNameRequired

MetricName interface{}
  • Type: interface{}

NamespaceRequired

Namespace interface{}
  • Type: interface{}

RuleIdRequired

RuleId interface{}
  • Type: interface{}

RuleNameRequired

RuleName interface{}
  • Type: interface{}

DimensionsOptional

Dimensions interface{}
  • Type: interface{}

EffectiveIntervalOptional

EffectiveInterval interface{}
  • Type: interface{}

EmailSubjectOptional

EmailSubject interface{}
  • Type: interface{}

IntervalOptional

Interval interface{}
  • Type: interface{}

NoEffectiveIntervalOptional

NoEffectiveInterval interface{}
  • Type: interface{}

PeriodOptional

Period interface{}
  • Type: interface{}

SilenceTimeOptional

SilenceTime interface{}
  • Type: interface{}

WebhookOptional

Webhook interface{}
  • Type: interface{}