Class MonitorNotificationRuleConditionalRecipients

Use conditional recipients to define different recipients for different situations.

Hierarchy

  • MonitorNotificationRuleConditionalRecipients

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Conditions of the notification rule.

fallbackRecipients?: string[]

A list of recipients to notify. Uses the same format as the monitor message field. Must not start with an '@'.

Generated using TypeDoc