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

LookupPolicyRequest

import type { LookupPolicyRequest } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";
interface LookupPolicyRequest {
DirectoryArn: string;
MaxResults?: number | null;
NextToken?: string | null;
ObjectReference: ObjectReference;
}

§Properties

§
DirectoryArn: string
[src]

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

§
MaxResults?: number | null
[src]

The maximum number of items to be retrieved in a single call. This is an approximate number.

§
NextToken?: string | null
[src]

The token to request the next page of results.

§
ObjectReference: ObjectReference
[src]

Reference that identifies the object whose policies will be looked up.