Matching Workflow Args
fun MatchingWorkflowArgs(description: Output<String>? = null, inputSourceConfig: Output<List<MatchingWorkflowInputSourceArgs>>? = null, outputSourceConfig: Output<List<MatchingWorkflowOutputSourceArgs>>? = null, resolutionTechniques: Output<MatchingWorkflowResolutionTechniquesArgs>? = null, roleArn: Output<String>? = null, tags: Output<List<MatchingWorkflowTagArgs>>? = null, workflowName: Output<String>? = null)