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
Information required to find a specific file in an Amazon S3 bucket.