Method: Aws::Kendra::Types::CreateDataSourceRequest#custom_document_enrichment_configuration
- Defined in:
- lib/aws-sdk-kendra/types.rb
#custom_document_enrichment_configuration ⇒ Types::CustomDocumentEnrichmentConfiguration
Configuration information for altering document metadata and content during the document ingestion process.
For more information on how to create, modify and delete document metadata, or make other content alterations when you ingest documents into Amazon Kendra, see [Customizing document metadata during the ingestion process].
[1]: docs.aws.amazon.com/kendra/latest/dg/custom-document-enrichment.html
2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 |
# File 'lib/aws-sdk-kendra/types.rb', line 2051 class CreateDataSourceRequest < Struct.new( :name, :index_id, :type, :configuration, :vpc_configuration, :description, :schedule, :role_arn, :tags, :client_token, :language_code, :custom_document_enrichment_configuration) SENSITIVE = [] include Aws::Structure end |