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

GeneratedPolicyProperties

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

Contains the generated policy details.

interface GeneratedPolicyProperties {
cloudTrailProperties?: CloudTrailProperties | null;
isComplete?: boolean | null;
principalArn: string;
}

§Properties

§
cloudTrailProperties?: CloudTrailProperties | null
[src]

Lists details about the Trail used to generated policy.

§
isComplete?: boolean | null
[src]

This value is set to true if the generated policy contains all possible actions for a service that IAM Access Analyzer identified from the CloudTrail trail that you specified, and false otherwise.

§
principalArn: string
[src]

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