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

PolicyAttachment

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

Contains the PolicyType, PolicyId, and the ObjectIdentifier to which it is attached. For more information, see Policies.

interface PolicyAttachment {
ObjectIdentifier?: string | null;
PolicyId?: string | null;
PolicyType?: string | null;
}

§Properties

§
ObjectIdentifier?: string | null
[src]

The ObjectIdentifier that is associated with PolicyAttachment.

§
PolicyId?: string | null
[src]

The ID of PolicyAttachment.

§
PolicyType?: string | null
[src]

The type of policy that can be associated with PolicyAttachment.