GetMatchingWorkflowResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdAt: String? = null
Link copied to clipboard
val description: String? = null

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
val roleArn: String? = null

The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.

Link copied to clipboard
val tags: List<Tag>? = null

The tags used to organize, track, or control access for this resource.

Link copied to clipboard
val updatedAt: String? = null
Link copied to clipboard
val workflowArn: String? = null