/dhall-aws-cloudformation/cloudformation/AWS::Kendra::DataSource/InlineCustomDocumentEnrichmentConfiguration.dhall

Copy path to clipboard

Source

{ Type =
{ Condition : Optional (./DocumentAttributeCondition.dhall).Type
, DocumentContentDeletion : Optional Bool
, Target : Optional (./DocumentAttributeTarget.dhall).Type
}
, default =
{ Condition = None (./DocumentAttributeCondition.dhall).Type
, DocumentContentDeletion = None Bool
, Target = None (./DocumentAttributeTarget.dhall).Type
}
}