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

CreateFindingsFilterResponse

import type { CreateFindingsFilterResponse } from "https://aws-api.deno.dev/v0.4/services/macie2.ts?docs=full";
interface CreateFindingsFilterResponse {
arn?: string | null;
id?: string | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the filter that was created.

§
id?: string | null
[src]

The unique identifier for the filter that was created.