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

BatchAttachPolicy

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

Attaches a policy object to a regular object inside a "BatchRead" operation. For more information, see "AttachPolicy" and "BatchReadRequest$Operations".

interface BatchAttachPolicy {
ObjectReference: ObjectReference;
PolicyReference: ObjectReference;
}

§Properties

§
ObjectReference: ObjectReference
[src]

The reference that identifies the object to which the policy will be attached.

§
PolicyReference: ObjectReference
[src]

The reference that is associated with the policy object.