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

CreateExperienceRequest

import type { CreateExperienceRequest } from "https://aws-api.deno.dev/v0.3/services/kendra.ts?docs=full";
interface CreateExperienceRequest {
ClientToken?: string | null;
Configuration?: ExperienceConfiguration | null;
Description?: string | null;
IndexId: string;
Name: string;
RoleArn?: string | null;
}

§Properties

§
ClientToken?: string | null
[src]

A token that you provide to identify the request to create your Amazon Kendra experience. Multiple calls to the CreateExperience operation with the same client token creates only one Amazon Kendra experience.

§
Configuration?: ExperienceConfiguration | null
[src]

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

§
Description?: string | null
[src]

A description for your Amazon Kendra experience.

§
IndexId: string
[src]

The identifier of the index for your Amazon Kendra experience.

§
Name: string
[src]

A name for your Amazon Kendra experience.

§
RoleArn?: string | null
[src]

The Amazon Resource Name (ARN) of a role with permission to access Query operations, QuerySuggestions operations, SubmitFeedback operations, and Amazon Web Services SSO that stores your user and group information. For more information, see IAM roles for Amazon Kendra.