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

InsightsConfiguration

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

The structure containing configurations related to insights.

interface InsightsConfiguration {
InsightsEnabled?: boolean | null;
NotificationsEnabled?: boolean | null;
}

§Properties

§
InsightsEnabled?: boolean | null
[src]

Set the InsightsEnabled value to true to enable insights or false to disable insights.

§
NotificationsEnabled?: boolean | null
[src]

Set the NotificationsEnabled value to true to enable insights notifications. Notifications can only be enabled on a group with InsightsEnabled set to true.