Skip to content

AlertTemplatesProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cms;
new AlertTemplatesProperty {
    object Category,
    object MetricName,
    object Namespace,
    object RuleName,
    object Escalations = null,
    object Period = null,
    object Selector = null,
    object Webhook = null
};

Properties

Name Type Description
Category object No description.
MetricName object No description.
Namespace object No description.
RuleName object No description.
Escalations object No description.
Period object No description.
Selector object No description.
Webhook object No description.

CategoryRequired

public object Category { get; set; }
  • Type: object

MetricNameRequired

public object MetricName { get; set; }
  • Type: object

NamespaceRequired

public object Namespace { get; set; }
  • Type: object

RuleNameRequired

public object RuleName { get; set; }
  • Type: object

EscalationsOptional

public object Escalations { get; set; }
  • Type: object

PeriodOptional

public object Period { get; set; }
  • Type: object

SelectorOptional

public object Selector { get; set; }
  • Type: object

WebhookOptional

public object Webhook { get; set; }
  • Type: object