kendra_create_experience: Creates an Amazon Kendra experience such as a search...

View source: R/kendra_operations.R

kendra_create_experienceR Documentation

Creates an Amazon Kendra experience such as a search application

Description

Creates an Amazon Kendra experience such as a search application. For more information on creating a search application experience, including using the Python and Java SDKs, see Building a search experience with no code.

See https://www.paws-r-sdk.com/docs/kendra_create_experience/ for full documentation.

Usage

kendra_create_experience(
  Name,
  IndexId,
  RoleArn = NULL,
  Configuration = NULL,
  Description = NULL,
  ClientToken = NULL
)

Arguments

Name

[required] A name for your Amazon Kendra experience.

IndexId

[required] The identifier of the index for your Amazon Kendra experience.

RoleArn

The Amazon Resource Name (ARN) of an IAM role with permission to access query API, get_query_suggestions API, and other required APIs. The role also must include permission to access IAM Identity Center (successor to Single Sign-On) that stores your user and group information. For more information, see IAM access roles for Amazon Kendra.

Configuration

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

A description for your Amazon Kendra experience.

ClientToken

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


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.