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

ContentSourceConfiguration

import type { ContentSourceConfiguration } from "https://aws-api.deno.dev/v0.3/services/kendra.ts?docs=full";

Configuration information for your content sources, such as data sources, FAQs, and content indexed directly via BatchPutDocument.

interface ContentSourceConfiguration {
DataSourceIds?: string[] | null;
DirectPutContent?: boolean | null;
FaqIds?: string[] | null;
}

§Properties

§
DataSourceIds?: string[] | null
[src]

The identifier of the data sources you want to use for your Amazon Kendra experience.

§
DirectPutContent?: boolean | null
[src]

TRUE to use documents you indexed directly using the BatchPutDocument operation.

§
FaqIds?: string[] | null
[src]

The identifier of the FAQs that you want to use for your Amazon Kendra experience.