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

Copy path to clipboard

Source

{ Type =
{ TargetDocumentAttributeKey : (./../../Fn.dhall).CfnText
, TargetDocumentAttributeValue :
Optional (./DocumentAttributeValue.dhall).Type
, TargetDocumentAttributeValueDeletion : Optional Bool
}
, default =
{ TargetDocumentAttributeValue = None (./DocumentAttributeValue.dhall).Type
, TargetDocumentAttributeValueDeletion = None Bool
}
}