Update Thesaurus
kendra_update_thesaurus | R Documentation |
Updates a thesaurus for an index¶
Description¶
Updates a thesaurus for an index.
Usage¶
kendra_update_thesaurus(Id, Name, IndexId, Description, RoleArn,
SourceS3Path)
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 |
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"
)
)