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

GeneratedPolicy

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

Contains the text for the generated policy.

interface GeneratedPolicy {
policy: string;
}

§Properties

§
policy: string
[src]

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