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

NotificationConfiguration

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

The configuration for notifications stored for each profiling group. This includes up to to two channels and a list of event publishers associated with each channel.

interface NotificationConfiguration {
channels?: Channel[] | null;
}

§Properties

§
channels?: Channel[] | null
[src]

List of up to two channels to be used for sending notifications for events detected from the application profile.