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.4/services/guardduty.ts?docs=full";
interface UpdateFilterRequest {
Action?: FilterAction | null;
Description?: string | null;
DetectorId: string;
FilterName: string;
FindingCriteria?: FindingCriteria | null;
Rank?: number | 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]

The description of the filter. Valid characters include alphanumeric characters, and special characters such as hyphen, period, colon, underscore, parentheses ({ }, [ ], and ( )), forward slash, horizontal tab, vertical tab, newline, form feed, return, and whitespace.

§
DetectorId: string
[src]

The unique ID of the detector that specifies the GuardDuty service where you want to update a filter.

§
FilterName: string
[src]

The name of the filter.

§
FindingCriteria?: FindingCriteria | null
[src]

Represents the criteria to be used in the filter for querying findings.

§
Rank?: number | null
[src]

Specifies the position of the filter in the list of current filters. Also specifies the order in which this filter is applied to the findings.