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

GetFilterResponse

import type { GetFilterResponse } from "https://aws-api.deno.dev/v0.4/services/guardduty.ts?docs=full";
interface GetFilterResponse {
Action: FilterAction;
Description?: string | null;
FindingCriteria: FindingCriteria;
Name: string;
Rank?: number | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§

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

§
Description?: string | null
[src]

The description of the filter.

§
FindingCriteria: FindingCriteria
[src]

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

§
Name: string
[src]

The name of the filter.

§
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.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags of the filter resource.