aws-cdk-lib.aws_kendra.CfnDataSource.AclConfigurationProperty

interface AclConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.Kendra.CfnDataSource.AclConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awskendra#CfnDataSource_AclConfigurationProperty
Javasoftware.amazon.awscdk.services.kendra.CfnDataSource.AclConfigurationProperty
Pythonaws_cdk.aws_kendra.CfnDataSource.AclConfigurationProperty
TypeScript aws-cdk-lib » aws_kendra » CfnDataSource » AclConfigurationProperty

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

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_kendra as kendra } from 'aws-cdk-lib';
const aclConfigurationProperty: kendra.CfnDataSource.AclConfigurationProperty = {
  allowedGroupsColumnName: 'allowedGroupsColumnName',
};

Properties

NameTypeDescription
allowedGroupsColumnNamestringA list of groups, separated by semi-colons, that filters a query response based on user context.

allowedGroupsColumnName

Type: string

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.