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

GetInsightSelectorsResponse

import type { GetInsightSelectorsResponse } from "https://aws-api.deno.dev/v0.3/services/cloudtrail.ts?docs=full";
interface GetInsightSelectorsResponse {
InsightSelectors?: InsightSelector[] | null;
TrailARN?: string | null;
}

§Properties

§
InsightSelectors?: InsightSelector[] | null
[src]

A JSON string that contains the insight types you want to log on a trail. In this release, ApiErrorRateInsight and ApiCallRateInsight are supported as insight types.

§
TrailARN?: string | null
[src]

The Amazon Resource Name (ARN) of a trail for which you want to get Insights selectors.