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

KnowledgeBaseAssociationData

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

Association information about the knowledge base.

interface KnowledgeBaseAssociationData {
knowledgeBaseArn?: string | null;
knowledgeBaseId?: string | null;
}

§Properties

§
knowledgeBaseArn?: string | null
[src]

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

§
knowledgeBaseId?: string | null
[src]

The identifier of the knowledge base.