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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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].

[1]: docs.aws.amazon.com/kendra/latest/dg/s3-acl.html

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 'lib/aws-sdk-kendra/types.rb', line 41

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