Skip to content

RosResourceMetricRuleProps

Properties for defining a RosResourceMetricRule.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcms"
&alicloudroscdkcms.RosResourceMetricRuleProps {
    ContactGroups: interface{},
    Escalations: interface{},
    MetricName: interface{},
    Namespace: interface{},
    Resources: interface{},
    CompositeExpression: interface{},
    DeletionForce: interface{},
    EffectiveInterval: interface{},
    EmailSubject: interface{},
    Interval: interface{},
    Labels: interface{},
    NoDataPolicy: interface{},
    NoEffectiveInterval: interface{},
    Period: interface{},
    Prometheus: interface{},
    RuleId: interface{},
    RuleName: interface{},
    SilenceTime: interface{},
    Webhook: interface{},
}

Properties

Name Type Description
ContactGroups interface{} No description.
Escalations interface{} No description.
MetricName interface{} No description.
Namespace interface{} No description.
Resources interface{} No description.
CompositeExpression interface{} No description.
DeletionForce interface{} No description.
EffectiveInterval interface{} No description.
EmailSubject interface{} No description.
Interval interface{} No description.
Labels interface{} No description.
NoDataPolicy interface{} No description.
NoEffectiveInterval interface{} No description.
Period interface{} No description.
Prometheus interface{} No description.
RuleId interface{} No description.
RuleName interface{} No description.
SilenceTime interface{} No description.
Webhook interface{} No description.

ContactGroupsRequired

ContactGroups interface{}
  • Type: interface{}

EscalationsRequired

Escalations interface{}
  • Type: interface{}

MetricNameRequired

MetricName interface{}
  • Type: interface{}

NamespaceRequired

Namespace interface{}
  • Type: interface{}

ResourcesRequired

Resources interface{}
  • Type: interface{}

CompositeExpressionOptional

CompositeExpression interface{}
  • Type: interface{}

DeletionForceOptional

DeletionForce interface{}
  • Type: interface{}

EffectiveIntervalOptional

EffectiveInterval interface{}
  • Type: interface{}

EmailSubjectOptional

EmailSubject interface{}
  • Type: interface{}

IntervalOptional

Interval interface{}
  • Type: interface{}

LabelsOptional

Labels interface{}
  • Type: interface{}

NoDataPolicyOptional

NoDataPolicy interface{}
  • Type: interface{}

NoEffectiveIntervalOptional

NoEffectiveInterval interface{}
  • Type: interface{}

PeriodOptional

Period interface{}
  • Type: interface{}

PrometheusOptional

Prometheus interface{}
  • Type: interface{}

RuleIdOptional

RuleId interface{}
  • Type: interface{}

RuleNameOptional

RuleName interface{}
  • Type: interface{}

SilenceTimeOptional

SilenceTime interface{}
  • Type: interface{}

WebhookOptional

Webhook interface{}
  • Type: interface{}