kendra_update_query_suggestions_block_list: Updates a block list used for query suggestions for an index

View source: R/kendra_operations.R

kendra_update_query_suggestions_block_listR Documentation

Updates a block list used for query suggestions for an index

Description

Updates a block list used for query suggestions for an index.

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

Usage

kendra_update_query_suggestions_block_list(
  IndexId,
  Id,
  Name = NULL,
  Description = NULL,
  SourceS3Path = NULL,
  RoleArn = NULL
)

Arguments

IndexId

[required] The identifier of the index for the block list.

Id

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

Name

A new name for the block list.

Description

A new description for the block list.

SourceS3Path

The S3 path where your block list text file sits in S3.

If you update your block list and provide the same path to the block list text file in S3, then Amazon Kendra reloads the file to refresh the block list. Amazon Kendra does not automatically refresh your block list. You need to call the update_query_suggestions_block_list API to refresh you block list.

If you update your block list, then Amazon Kendra asynchronously refreshes all query suggestions with the latest content in the S3 file. This means changes might not take effect immediately.

RoleArn

The IAM (Identity and Access Management) role used to access the block list text file in S3.


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