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

UpdateFilterRequest

import type { UpdateFilterRequest } from "https://aws-api.deno.dev/v0.3/services/inspector2.ts?docs=full";
interface UpdateFilterRequest {
action?: FilterAction | null;
description?: string | null;
filterArn: string;
filterCriteria?: FilterCriteria | null;
name?: string | null;
}

§Properties

§
action?: FilterAction | null
[src]

Specifies the action that is to be applied to the findings that match the filter.

§
description?: string | null
[src]

A description of the filter.

§
filterArn: string
[src]

The Amazon Resource Number (ARN) of the filter to update.

§
filterCriteria?: FilterCriteria | null
[src]

Defines the criteria to be update in the filter.

§
name?: string | null
[src]

The name of the filter.