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

Insight

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

Contains information about a Security Hub insight.

interface Insight {
GroupByAttribute: string;
InsightArn: 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 grouping attribute for the insight's findings. Indicates how to group the matching findings, and 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.

§
InsightArn: string
[src]

The ARN of a Security Hub insight.

§
Name: string
[src]

The name of a Security Hub insight.