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

CreateInsightRequest

import type { CreateInsightRequest } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";
interface CreateInsightRequest {
GroupByAttribute: string;
Name: string;
}

§Properties

§

One or more attributes used to filter the findings included in the insight. The insight only includes findings that match the criteria defined in the filters.

§
GroupByAttribute: string
[src]

The attribute used to group the findings for the insight. The grouping attribute identifies the type of item that the insight applies to. For example, if an insight is grouped by resource identifier, then the insight produces a list of resource identifiers.

§
Name: string
[src]

The name of the custom insight to create.