Class: Aws::Kendra::Types::CreateAccessControlConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::CreateAccessControlConfigurationRequest
- Defined in:
- gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_control_list ⇒ Array<Types::Principal>
Information on principals (users and/or groups) and which documents they should have access to.
-
#client_token ⇒ String
A token that you provide to identify the request to create an access control configuration.
-
#description ⇒ String
A description for the access control configuration.
-
#hierarchical_access_control_list ⇒ Array<Types::HierarchicalPrincipal>
The list of [principal][1] lists that define the hierarchy for which documents users should have access to.
-
#index_id ⇒ String
The identifier of the index to create an access control configuration for your documents.
-
#name ⇒ String
A name for the access control configuration.
Instance Attribute Details
#access_control_list ⇒ Array<Types::Principal>
Information on principals (users and/or groups) and which documents they should have access to. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.
1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 1933 class CreateAccessControlConfigurationRequest < Struct.new( :index_id, :name, :description, :access_control_list, :hierarchical_access_control_list, :client_token) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A token that you provide to identify the request to create an access
control configuration. Multiple calls to the
CreateAccessControlConfiguration
API with the same client token
will create only one access control configuration.
A suitable default value is auto-generated. You should normally not need to pass this option.
1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 1933 class CreateAccessControlConfigurationRequest < Struct.new( :index_id, :name, :description, :access_control_list, :hierarchical_access_control_list, :client_token) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description for the access control configuration.
1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 1933 class CreateAccessControlConfigurationRequest < Struct.new( :index_id, :name, :description, :access_control_list, :hierarchical_access_control_list, :client_token) SENSITIVE = [] include Aws::Structure end |
#hierarchical_access_control_list ⇒ Array<Types::HierarchicalPrincipal>
The list of principal lists that define the hierarchy for which documents users should have access to.
1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 1933 class CreateAccessControlConfigurationRequest < Struct.new( :index_id, :name, :description, :access_control_list, :hierarchical_access_control_list, :client_token) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier of the index to create an access control configuration for your documents.
1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 1933 class CreateAccessControlConfigurationRequest < Struct.new( :index_id, :name, :description, :access_control_list, :hierarchical_access_control_list, :client_token) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name for the access control configuration.
1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 1933 class CreateAccessControlConfigurationRequest < Struct.new( :index_id, :name, :description, :access_control_list, :hierarchical_access_control_list, :client_token) SENSITIVE = [] include Aws::Structure end |