Show / Hide Table of Contents

Interface CfnDataSource.IAclConfigurationProperty

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

Namespace: Amazon.CDK.AWS.Kendra
Assembly: Amazon.CDK.AWS.Kendra.dll
Syntax (csharp)
public interface IAclConfigurationProperty
Syntax (vb)
Public Interface IAclConfigurationProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-aclconfiguration.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Kendra;

var aclConfigurationProperty = new AclConfigurationProperty {
    AllowedGroupsColumnName = "allowedGroupsColumnName"
};

Synopsis

Properties

AllowedGroupsColumnName

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

Properties

AllowedGroupsColumnName

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

string AllowedGroupsColumnName { get; }
Property Value

System.String

Remarks

The document is only returned to users that are in one of the groups specified in the UserContext field of the Query operation.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-datasource-aclconfiguration.html#cfn-kendra-datasource-aclconfiguration-allowedgroupscolumnname

Back to top Generated by DocFX