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

GetFindingsFilterResponse

import type { GetFindingsFilterResponse } from "https://aws-api.deno.dev/v0.4/services/macie2.ts?docs=full";
interface GetFindingsFilterResponse {
action?: FindingsFilterAction | null;
arn?: string | null;
description?: string | null;
findingCriteria?: FindingCriteria | null;
id?: string | null;
name?: string | null;
position?: number | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§

The action that's performed on findings that match the filter criteria (findingCriteria). Possible values are: ARCHIVE, suppress (automatically archive) the findings; and, NOOP, don't perform any action on the findings.

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the filter.

§
description?: string | null
[src]

The custom description of the filter.

§
findingCriteria?: FindingCriteria | null
[src]

The criteria that's used to filter findings.

§
id?: string | null
[src]

The unique identifier for the filter.

§
name?: string | null
[src]

The custom name of the filter.

§
position?: number | null
[src]

The position of the filter in the list of saved filters on the Amazon Macie console. This value also determines the order in which the filter is applied to findings, relative to other filters that are also applied to the findings.

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

A map of key-value pairs that specifies which tags (keys and values) are associated with the filter.