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

ExperienceConfiguration

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

Specifies the configuration information for your Amazon Kendra experience. This includes the data source IDs and/or FAQ IDs, and user or group information to grant access to your Amazon Kendra experience.

interface ExperienceConfiguration {
ContentSourceConfiguration?: ContentSourceConfiguration | null;
UserIdentityConfiguration?: UserIdentityConfiguration | null;
}

§Properties

§
ContentSourceConfiguration?: ContentSourceConfiguration | null
[src]

The identifiers of your data sources and FAQs. Or, you can specify that you want to use documents indexed via the BatchPutDocument operation. This is the content you want to use for your Amazon Kendra experience.

§
UserIdentityConfiguration?: UserIdentityConfiguration | null
[src]

The Amazon Web Services SSO field name that contains the identifiers of your users, such as their emails.