Skip to content

AlertTemplatesProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcms"
&alicloudroscdkcms.AlertTemplatesProperty {
    Category: interface{},
    MetricName: interface{},
    Namespace: interface{},
    RuleName: interface{},
    Escalations: interface{},
    Period: interface{},
    Selector: interface{},
    Webhook: interface{},
}

Properties

Name Type Description
Category interface{} No description.
MetricName interface{} No description.
Namespace interface{} No description.
RuleName interface{} No description.
Escalations interface{} No description.
Period interface{} No description.
Selector interface{} No description.
Webhook interface{} No description.

CategoryRequired

Category interface{}
  • Type: interface{}

MetricNameRequired

MetricName interface{}
  • Type: interface{}

NamespaceRequired

Namespace interface{}
  • Type: interface{}

RuleNameRequired

RuleName interface{}
  • Type: interface{}

EscalationsOptional

Escalations interface{}
  • Type: interface{}

PeriodOptional

Period interface{}
  • Type: interface{}

SelectorOptional

Selector interface{}
  • Type: interface{}

WebhookOptional

Webhook interface{}
  • Type: interface{}