/dhall-aws-cloudformation/cloudformation/AWS::Kendra::DataSource/DocumentAttributeCondition.dhall
Copy path to clipboardSource
{ Type =
{ ConditionDocumentAttributeKey : (./../../Fn.dhall).CfnText
, ConditionOnValue : Optional (./DocumentAttributeValue.dhall).Type
, Operator : (./../../Fn.dhall).CfnText
}
, default.ConditionOnValue = None (./DocumentAttributeValue.dhall).Type
}