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

GetFindingRequest

import type { GetFindingRequest } from "https://aws-api.deno.dev/v0.3/services/accessanalyzer.ts?docs=full";

Retrieves a finding.

interface GetFindingRequest {
analyzerArn: string;
id: string;
}

§Properties

§
analyzerArn: string
[src]

The ARN of the analyzer that generated the finding.

§
id: string
[src]

The ID of the finding to retrieve.