aws.kendra.list_access_control_configurations
Example SQL Queries
SELECT * FROMaws.kendra.list_access_control_configurationsWHERE"index_id" = 'VALUE';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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| index_id Required Input Column The identifier of the index for the access control configuration. | VARCHAR |
| max_results Input Column The maximum number of access control configurations to return. | BIGINT |
| next_token Input Column If the response is truncated, Amazon Kendra returns this token, which you can use in the subsequent request to retrieve the next set of access control configurations. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| access_control_configurations The details of your access control configurations. | STRUCT( |
Show child fields
| |