Class MonitorNotificationRuleResponseAttributes

Attributes of the monitor notification rule.

Hierarchy

  • MonitorNotificationRuleResponseAttributes

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

Use bundle config to enable alert bundling to reduce monitor signal noises. Note: This feature is in preview and is subject to change. If you have any feedback, contact Datadog support.

Use conditional recipients to define different recipients for different situations. Cannot be used with recipients.

created?: Date

Creation time of the monitor notification rule.

Specifies the matching criteria for monitor notifications.

modified?: Date

Time the monitor notification rule was last modified.

name?: string

The name of the monitor notification rule.

recipients?: string[]

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

Generated using TypeDoc