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

UpdateInsightRequest

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

§Properties

§

The updated filters that define this insight.

§
GroupByAttribute?: string | null
[src]

The updated GroupBy attribute that defines this insight.

§
InsightArn: string
[src]

The ARN of the insight that you want to update.

§
Name?: string | null
[src]

The updated name for the insight.