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

AttachToIndexRequest

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

§Properties

§
DirectoryArn: string
[src]

The Amazon Resource Name (ARN) of the directory where the object and index exist.

§
IndexReference: ObjectReference
[src]

A reference to the index that you are attaching the object to.

§
TargetReference: ObjectReference
[src]

A reference to the object that you are attaching to the index.