AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateMatchingWorkflow operation. Creates a MatchingWorkflow object which stores the configuration of the data processing job to be run. It is important to note that there should not be a pre-existing MatchingWorkflow with the same name. To modify an existing workflow, utilize the UpdateMatchingWorkflow API.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.EntityResolution.AmazonEntityResolutionRequest
      Amazon.EntityResolution.Model.CreateMatchingWorkflowRequest

Namespace: Amazon.EntityResolution.Model
Assembly: AWSSDK.EntityResolution.dll
Version: 3.x.y.z

Syntax

C#
public class CreateMatchingWorkflowRequest : AmazonEntityResolutionRequest
         IAmazonWebServiceRequest

The CreateMatchingWorkflowRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

A description of the workflow.

Public Property IncrementalRunConfig Amazon.EntityResolution.Model.IncrementalRunConfig

Gets and sets the property IncrementalRunConfig.

An object which defines an incremental run type and has only incrementalRunType as a field.

Public Property InputSourceConfig System.Collections.Generic.List<Amazon.EntityResolution.Model.InputSource>

Gets and sets the property InputSourceConfig.

A list of InputSource objects, which have the fields InputSourceARN and SchemaName.

Public Property OutputSourceConfig System.Collections.Generic.List<Amazon.EntityResolution.Model.OutputSource>

Gets and sets the property OutputSourceConfig.

A list of OutputSource objects, each of which contains fields OutputS3Path, ApplyNormalization, and Output.

Public Property ResolutionTechniques Amazon.EntityResolution.Model.ResolutionTechniques

Gets and sets the property ResolutionTechniques.

An object which defines the resolutionType and the ruleBasedProperties.

Public Property RoleArn System.String

Gets and sets the property RoleArn.

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

Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags.

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

Public Property WorkflowName System.String

Gets and sets the property WorkflowName.

The name of the workflow. There can't be multiple MatchingWorkflows with the same name.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5