Class SyntheticsTestOptionsMonitorOptions

Object containing the options for a Synthetic test as a monitor (for example, renotification).

Hierarchy

  • SyntheticsTestOptionsMonitorOptions

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
escalationMessage?: string

Message to include in the escalation notification.

The name of the preset for the notification for the monitor.

renotifyInterval?: number

Time interval before renotifying if the test is still failing (in minutes).

renotifyOccurrences?: number

The number of times to renotify if the test is still failing.

Generated using TypeDoc