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

Policy

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

Contains rules to be applied to the affected accounts. Policies can be attached directly to accounts, or to roots and OUs to affect all accounts in those hierarchies.

interface Policy {
Content?: string | null;
PolicySummary?: PolicySummary | null;
}

§Properties

§
Content?: string | null
[src]

The text content of the policy.

§
PolicySummary?: PolicySummary | null
[src]

A structure that contains additional details about the policy.