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

GeneratedPolicyResult

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

Contains the text for the generated policy and its details.

interface GeneratedPolicyResult {
generatedPolicies?: GeneratedPolicy[] | null;
}

§Properties

§
generatedPolicies?: GeneratedPolicy[] | null
[src]

The text to use as the content for the new policy. The policy is created using the CreatePolicy action.

§

A GeneratedPolicyProperties object that contains properties of the generated policy.