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

AnalyzedResourceSummary

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

Contains the ARN of the analyzed resource.

interface AnalyzedResourceSummary {
resourceArn: string;
resourceOwnerAccount: string;
resourceType: ResourceType;
}

§Properties

§
resourceArn: string
[src]

The ARN of the analyzed resource.

§
resourceOwnerAccount: string
[src]

The Amazon Web Services account ID that owns the resource.

§
resourceType: ResourceType
[src]

The type of resource that was analyzed.