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

AddNotificationChannelsRequest

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

The structure representing the AddNotificationChannelsRequest.

interface AddNotificationChannelsRequest {
channels: Channel[];
profilingGroupName: string;
}

§Properties

§
channels: Channel[]
[src]

One or 2 channels to report to when anomalies are detected.

§
profilingGroupName: string
[src]

The name of the profiling group that we are setting up notifications for.