kendra_list_access_control_configurations: Lists one or more access control configurations for an index

View source: R/kendra_operations.R

kendra_list_access_control_configurationsR Documentation

Lists one or more access control configurations for an index

Description

Lists one or more access control configurations for an index. This includes user and group access information for your documents. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.

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

Usage

kendra_list_access_control_configurations(
  IndexId,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

IndexId

[required] The identifier of the index for the access control configuration.

NextToken

If the previous response was incomplete (because there's more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of access control configurations.

MaxResults

The maximum number of access control configurations to return.


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