Update Thesaurus
| kendra_update_thesaurus | R Documentation |
Updates a thesaurus for an index¶
Description¶
Updates a thesaurus for an index.
Usage¶
Arguments¶
Id[required] The identifier of the thesaurus you want to update.
NameA new name for the thesaurus.
IndexId[required] The identifier of the index for the thesaurus.
DescriptionA new description for the thesaurus.
RoleArnAn IAM role that gives Amazon Kendra permissions to access thesaurus file specified in
SourceS3Path.SourceS3Path
Value¶
An empty list.
Request syntax¶
svc$update_thesaurus(
Id = "string",
Name = "string",
IndexId = "string",
Description = "string",
RoleArn = "string",
SourceS3Path = list(
Bucket = "string",
Key = "string"
)
)