You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Kendra::Types::S3DataSourceConfigurationWhen passing S3DataSourceConfiguration as input to an Aws::Client method, you can use a vanilla Hash:
{
bucket_name: "S3BucketName", inclusion_prefixes: ["DataSourceInclusionsExclusionsStringsMember"],
inclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
exclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
documents_metadata_configuration: {
s3_prefix: "S3ObjectKey",
},
access_control_list_configuration: {
key_path: "S3ObjectKey",
},
}
Provides configuration information for a data source to index documents in an Amazon S3 bucket.
Returned by:
Instance Attribute Summary collapseProvides the path to the S3 bucket that contains the user context filtering files for the data source.
The name of the bucket that contains the documents.
Document metadata files that contain information such as the document access control information, source URI, document author, and custom attributes.
A list of glob patterns for documents that should not be indexed.
A list of glob patterns for documents that should be indexed.
A list of S3 prefixes for the documents that should be included in the index.
The name of the bucket that contains the documents.
#documents_metadata_configuration ⇒ Types::DocumentsMetadataConfigurationDocument metadata files that contain information such as the document access control information, source URI, document author, and custom attributes. Each metadata file contains metadata about a single document.
#exclusion_patterns ⇒ Array<String>A list of glob patterns for documents that should not be indexed. If a document that matches an inclusion prefix or inclusion pattern also matches an exclusion pattern, the document is not indexed.
For more information about glob patterns, see glob (programming) in Wikipedia.
#inclusion_patterns ⇒ Array<String>A list of glob patterns for documents that should be indexed. If a document that matches an inclusion pattern also matches an exclusion pattern, the document is not indexed.
For more information about glob patterns, see glob (programming) in Wikipedia.
#inclusion_prefixes ⇒ Array<String>A list of S3 prefixes for the documents that should be included in the index.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4