/dhall-aws-cloudformation/cloudformation/AWS::EntityResolution::IdMappingWorkflow/ProviderProperties.dhall

Copy path to clipboard

Source

{ Type =
{ IntermediateSourceConfiguration :
Optional (./IntermediateSourceConfiguration.dhall).Type
, ProviderConfiguration :
Optional
((./../../Prelude.dhall).Map.Type Text (./../../Fn.dhall).CfnText)
, ProviderServiceArn : (./../../Fn.dhall).CfnText
}
, default =
{ IntermediateSourceConfiguration =
None (./IntermediateSourceConfiguration.dhall).Type
, ProviderConfiguration =
None ((./../../Prelude.dhall).Map.Type Text (./../../Fn.dhall).CfnText)
}
}