Get Matching Workflow Result
data class GetMatchingWorkflowResult(val createdAt: String? = null, val description: String? = null, val incrementalRunConfig: MatchingWorkflowIncrementalRunConfig? = null, val inputSourceConfig: List<MatchingWorkflowInputSource>? = null, val outputSourceConfig: List<MatchingWorkflowOutputSource>? = null, val resolutionTechniques: MatchingWorkflowResolutionTechniques? = null, val roleArn: String? = null, val tags: List<Tag>? = null, val updatedAt: String? = null, val workflowArn: String? = null)
Constructors
Link copied to clipboard
constructor(createdAt: String? = null, description: String? = null, incrementalRunConfig: MatchingWorkflowIncrementalRunConfig? = null, inputSourceConfig: List<MatchingWorkflowInputSource>? = null, outputSourceConfig: List<MatchingWorkflowOutputSource>? = null, resolutionTechniques: MatchingWorkflowResolutionTechniques? = null, roleArn: String? = null, tags: List<Tag>? = null, updatedAt: String? = null, workflowArn: String? = null)
Properties
Link copied to clipboard
The description of the MatchingWorkflow
Link copied to clipboard
An object which defines an incremental run type and has only incrementalRunType as a field.
Link copied to clipboard
A list of InputSource objects, which have the fields InputSourceARN and SchemaName .
Link copied to clipboard
A list of OutputSource objects, each of which contains fields OutputS3Path , ApplyNormalization , and Output .
Link copied to clipboard
An object which defines the resolutionType and the ruleBasedProperties .
Link copied to clipboard