You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Kendra::Types::AclConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AclConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

{
  allowed_groups_column_name: "ColumnName", # required
}

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_groups_column_nameString

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.

Returns:

  • (String)

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