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

ResourcePolicy

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

A structure that contains details about a resource policy.

interface ResourcePolicy {
Content?: string | null;
ResourcePolicySummary?: ResourcePolicySummary | null;
}

§Properties

§
Content?: string | null
[src]

The policy text of the resource policy.

§
ResourcePolicySummary?: ResourcePolicySummary | null
[src]

A structure that contains resource policy ID and Amazon Resource Name (ARN).