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

FindingSourceDetail

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

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

interface FindingSourceDetail {
accessPointAccount?: string | null;
accessPointArn?: string | null;
}

§Properties

§
accessPointAccount?: string | null
[src]

The account of the cross-account access point that generated the finding.

§
accessPointArn?: string | null
[src]

The ARN of the access point that generated the finding. The ARN format depends on whether the ARN represents an access point or a multi-region access point.