kendra_update_index: Updates an existing Amazon Kendra index

View source: R/kendra_operations.R

kendra_update_indexR Documentation

Updates an existing Amazon Kendra index

Description

Updates an existing 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

The name of the index you want to update.

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

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.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.