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

GetNotificationConfigurationResponse

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

The structure representing the GetNotificationConfigurationResponse.

interface GetNotificationConfigurationResponse {
notificationConfiguration: NotificationConfiguration;
}

§Properties

§
notificationConfiguration: NotificationConfiguration
[src]

The current notification configuration for this profiling group.