Class: Aws::Kendra::Types::AccessControlListConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::AccessControlListConfiguration
- 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].
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_path ⇒ String
Path to the Amazon S3 bucket that contains the ACL files.
Instance Attribute Details
#key_path ⇒ String
Path to the Amazon S3 bucket that contains the ACL files.
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 |