MatchingWorkflowArgs

data class MatchingWorkflowArgs(val description: Output<String>? = null, val inputSourceConfig: Output<List<MatchingWorkflowInputSourceArgs>>? = null, val outputSourceConfig: Output<List<MatchingWorkflowOutputSourceArgs>>? = null, val resolutionTechniques: Output<MatchingWorkflowResolutionTechniquesArgs>? = null, val roleArn: Output<String>? = null, val tags: Output<List<MatchingWorkflowTagArgs>>? = null, val workflowName: Output<String>? = null) : ConvertibleToJava<MatchingWorkflowArgs>

MatchingWorkflow defined in AWS Entity Resolution service

Constructors

Link copied to clipboard
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)

Functions

Link copied to clipboard
open override fun toJava(): MatchingWorkflowArgs

Properties

Link copied to clipboard
val description: Output<String>? = null

The description of the MatchingWorkflow

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val roleArn: Output<String>? = null
Link copied to clipboard
val tags: Output<List<MatchingWorkflowTagArgs>>? = null
Link copied to clipboard
val workflowName: Output<String>? = null

The name of the MatchingWorkflow