AWS::Kendra::DataSource InlineCustomDocumentEnrichmentConfiguration
Provides the configuration information for applying basic logic to alter document metadata and content when ingesting documents into Amazon Kendra. To apply advanced logic, to go beyond what you can do with basic logic, see HookConfiguration.
For more information, see Customizing document metadata during the ingestion process.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Condition" :
DocumentAttributeCondition
, "DocumentContentDeletion" :Boolean
, "Target" :DocumentAttributeTarget
}
YAML
Condition:
DocumentAttributeCondition
DocumentContentDeletion:Boolean
Target:DocumentAttributeTarget
Properties
Condition
-
Configuration of the condition used for the target document attribute or metadata field when ingesting documents into Amazon Kendra.
Required: No
Type: DocumentAttributeCondition
Update requires: No interruption
DocumentContentDeletion
-
TRUE
to delete content if the condition used for the target attribute is met.Required: No
Type: Boolean
Update requires: No interruption
Target
-
Configuration of the target document attribute or metadata field when ingesting documents into Amazon Kendra. You can also include a value.
Required: No
Type: DocumentAttributeTarget
Update requires: No interruption