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

PutInsightSelectorsRequest

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

§Properties

§
InsightSelectors: InsightSelector[]
[src]

A JSON string that contains the insight types you want to log on a trail. ApiCallRateInsight and ApiErrorRateInsight are valid insight types.

§
TrailName: string
[src]

The name of the CloudTrail trail for which you want to change or add Insights selectors.