/dhall-aws-cloudformation/cloudformation/AWS::EntityResolution::MatchingWorkflow/ResolutionTechniques.dhall

Copy path to clipboard

Source

{ Type =
{ ProviderProperties : Optional (./ProviderProperties.dhall).Type
, ResolutionType : Optional (./../../Fn.dhall).CfnText
, RuleBasedProperties : Optional (./RuleBasedProperties.dhall).Type
}
, default =
{ ProviderProperties = None (./ProviderProperties.dhall).Type
, ResolutionType = None (./../../Fn.dhall).CfnText
, RuleBasedProperties = None (./RuleBasedProperties.dhall).Type
}
}