Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

NotificationFilterConfig

import type { NotificationFilterConfig } from "https://aws-api.deno.dev/v0.4/services/devopsguru.ts?docs=full";

The filter configurations for the Amazon SNS notification topic you use with DevOps Guru. You can choose to specify which events or message types to receive notifications for. You can also choose to specify which severity levels to receive notifications for.

interface NotificationFilterConfig {
MessageTypes?: NotificationMessageType[] | null;
Severities?: InsightSeverity[] | null;
}

§Properties

§
MessageTypes?: NotificationMessageType[] | null
[src]

The events that you want to receive notifications for. For example, you can choose to receive notifications only when the severity level is upgraded or a new insight is created.

§
Severities?: InsightSeverity[] | null
[src]

The severity levels that you want to receive notifications for. For example, you can choose to receive notifications only for insights with HIGH and MEDIUM severity levels. For more information, see Understanding insight severities.