Updates an existing Amazon Kendra index.
See https://www.paws-r-sdk.com/docs/kendra_update_index/ for full documentation.
kendra_update_index(
Id,
Name = NULL,
RoleArn = NULL,
Description = NULL,
DocumentMetadataConfigurationUpdates = NULL,
CapacityUnits = NULL,
UserTokenConfigurations = NULL,
UserContextPolicy = NULL,
UserGroupResolutionConfiguration = NULL
)
[required] The identifier of the index you want to update.
The name of the index you want to update.
An Identity and Access Management (IAM) role that gives Amazon Kendra permission to access Amazon CloudWatch logs and metrics.
A new description for the index.
The document metadata configuration you want to update for the index. Document metadata are fields or attributes associated with your documents. For example, the company department name associated with each document.
Sets the number of additional document storage and query capacity units that should be used by the index. You can change the capacity of the index up to 5 times per day, or make 5 API calls.
If you are using extra storage units, you can't reduce the storage capacity below what is required to meet the storage needs for your index.
The user token configuration.
The user context policy.
Enables fetching access levels of groups and users from an IAM Identity Center (successor to Single Sign-On) identity source. To configure this, see UserGroupResolutionConfiguration.