Updates an 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.
A new name for the index.
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.
If you're using an Amazon Kendra Gen AI Enterprise Edition index and you
try to use UserTokenConfigurations
to configure user context policy,
Amazon Kendra returns a ValidationException
error.
The user context policy.
If you're using an Amazon Kendra Gen AI Enterprise Edition index, you
can only use ATTRIBUTE_FILTER
to filter search results by user
context. If you're using an Amazon Kendra Gen AI Enterprise Edition
index and you try to use USER_TOKEN
to configure user context policy,
Amazon Kendra returns a ValidationException
error.
Gets users and groups from IAM Identity Center identity source. To configure this, see UserGroupResolutionConfiguration. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.
If you're using an Amazon Kendra Gen AI Enterprise Edition index,
UserGroupResolutionConfiguration
isn't supported.