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

PolicyToPath

import type { PolicyToPath } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";

Used when a regular object exists in a "Directory" and you want to find all of the policies that are associated with that object and the parent to that object.

interface PolicyToPath {
Path?: string | null;
Policies?: PolicyAttachment[] | null;
}

§Properties

§
Path?: string | null
[src]

The path that is referenced from the root.

§
Policies?: PolicyAttachment[] | null
[src]

List of policy objects.