Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AclConfiguration

import type { AclConfiguration } from "https://aws-api.deno.dev/v0.3/services/kendra.ts?docs=full";

Provides information about the column that should be used for filtering the query response by groups.

interface AclConfiguration {
AllowedGroupsColumnName: string;
}

§Properties

§
AllowedGroupsColumnName: string
[src]

A list of groups, separated by semi-colons, that filters a query response based on user context. The document is only returned to users that are in one of the groups specified in the UserContext field of the Query operation.