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

AttachPolicyRequest

import type { AttachPolicyRequest } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";
interface AttachPolicyRequest {
DirectoryArn: string;
ObjectReference: ObjectReference;
PolicyReference: ObjectReference;
}

§Properties

§
DirectoryArn: string
[src]

The Amazon Resource Name (ARN) that is associated with the "Directory" where both objects reside. For more information, see "arns".

§
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.