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

InsightSelector

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

A JSON string that contains a list of insight types that are logged on a trail.

interface InsightSelector {
InsightType?: InsightType | null;
}

§Properties

§
InsightType?: InsightType | null
[src]

The type of insights to log on a trail. ApiCallRateInsight and ApiErrorRateInsight are valid insight types.