Configuration options for what is shown in an alert event message.

Hierarchy

  • SlackIntegrationChannelDisplay

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
message?: boolean

Show the main body of the alert event.

notified?: boolean

Show the list of @-handles in the alert event.

snapshot?: boolean

Show the alert event's snapshot image.

tags?: boolean

Show the scopes on which the monitor alerted.

Generated using TypeDoc