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

PolicyGenerationDetails

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

Contains the ARN details about the IAM entity for which the policy is generated.

interface PolicyGenerationDetails {
principalArn: string;
}

§Properties

§
principalArn: string
[src]

The ARN of the IAM entity (user or role) for which you are generating a policy.