Class: Aws::Kendra::Types::AccessControlListConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb

Overview

Access Control List files for the documents in a data source. For the format of the file, see Access control for S3 data sources.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#key_pathString

Path to the Amazon S3 bucket that contains the ACL files.

Returns:

  • (String)


41
42
43
44
45
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 41

class AccessControlListConfiguration < Struct.new(
  :key_path)
  SENSITIVE = []
  include Aws::Structure
end