kendra_update_thesaurus: Updates a thesaurus for an index

View source: R/kendra_operations.R

kendra_update_thesaurusR Documentation

Updates a thesaurus for an index

Description

Updates a thesaurus for an index.

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

Usage

kendra_update_thesaurus(
  Id,
  Name = NULL,
  IndexId,
  Description = NULL,
  RoleArn = NULL,
  SourceS3Path = NULL
)

Arguments

Id

[required] The identifier of the thesaurus you want to update.

Name

A new name for the thesaurus.

IndexId

[required] The identifier of the index for the thesaurus.

Description

A new description for the thesaurus.

RoleArn

An IAM role that gives Amazon Kendra permissions to access thesaurus file specified in SourceS3Path.

SourceS3Path

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