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

ContentReference

import type { ContentReference } from "https://aws-api.deno.dev/v0.4/services/wisdom.ts?docs=full";

Reference information about the content.

interface ContentReference {
contentArn?: string | null;
contentId?: string | null;
knowledgeBaseArn?: string | null;
knowledgeBaseId?: string | null;
}

§Properties

§
contentArn?: string | null
[src]

The Amazon Resource Name (ARN) of the content.

§
contentId?: string | null
[src]

The identifier of the content.

§
knowledgeBaseArn?: string | null
[src]

The Amazon Resource Name (ARN) of the knowledge base.

§
knowledgeBaseId?: string | null
[src]

The identifier of the knowledge base.