Learn R Programming

paws.analytics (version 0.7.0)

kendra_update_index: Updates an Amazon Kendra index

Description

Updates an Amazon Kendra index.

See https://www.paws-r-sdk.com/docs/kendra_update_index/ for full documentation.

Usage

kendra_update_index(
  Id,
  Name = NULL,
  RoleArn = NULL,
  Description = NULL,
  DocumentMetadataConfigurationUpdates = NULL,
  CapacityUnits = NULL,
  UserTokenConfigurations = NULL,
  UserContextPolicy = NULL,
  UserGroupResolutionConfiguration = NULL
)

Arguments

Id

[required] The identifier of the index you want to update.

Name

A new name for the index.

RoleArn

An Identity and Access Management (IAM) role that gives Amazon Kendra permission to access Amazon CloudWatch logs and metrics.

Description

A new description for the index.

DocumentMetadataConfigurationUpdates

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.

CapacityUnits

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.

UserTokenConfigurations

The user token configuration.

UserContextPolicy

The user context policy.

UserGroupResolutionConfiguration

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.