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

KnowledgeBaseSummary

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

Summary information about the knowledge base.

interface KnowledgeBaseSummary {
description?: string | null;
knowledgeBaseArn: string;
knowledgeBaseId: string;
knowledgeBaseType: KnowledgeBaseType;
name: string;
renderingConfiguration?: RenderingConfiguration | null;
serverSideEncryptionConfiguration?: ServerSideEncryptionConfiguration | null;
sourceConfiguration?: SourceConfiguration | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
description?: string | null
[src]

The description of the knowledge base.

§
knowledgeBaseArn: string
[src]

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

§
knowledgeBaseId: string
[src]

The identifier of the knowledge base.

§
knowledgeBaseType: KnowledgeBaseType
[src]

The type of knowledge base.

§
name: string
[src]

The name of the knowledge base.

§
renderingConfiguration?: RenderingConfiguration | null
[src]

Information about how to render the content.

§
serverSideEncryptionConfiguration?: ServerSideEncryptionConfiguration | null
[src]

The KMS key used for encryption.

§
sourceConfiguration?: SourceConfiguration | null
[src]

Configuration information about the external data source.

§

The status of the knowledge base summary.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags used to organize, track, or control access for this resource.