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

FindingSource

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

The source of the finding. This indicates how the access that generated the finding is granted. It is populated for Amazon S3 bucket findings.

interface FindingSource {
detail?: FindingSourceDetail | null;
}

§Properties

§
detail?: FindingSourceDetail | null
[src]

Includes details about how the access that generated the finding is granted. This is populated for Amazon S3 bucket findings.

§

Indicates the type of access that generated the finding.