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.
Namespace: Amazon.EntityResolution.Model
Assembly: AWSSDK.EntityResolution.dll
Version: 3.x.y.z
public class CreateMatchingWorkflowRequest : AmazonEntityResolutionRequest IAmazonWebServiceRequest
The CreateMatchingWorkflowRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
CreateMatchingWorkflowRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
Description | System.String |
Gets and sets the property Description. A description of the workflow. |
![]() |
IncrementalRunConfig | Amazon.EntityResolution.Model.IncrementalRunConfig |
Gets and sets the property IncrementalRunConfig.
An object which defines an incremental run type and has only |
![]() |
InputSourceConfig | System.Collections.Generic.List<Amazon.EntityResolution.Model.InputSource> |
Gets and sets the property InputSourceConfig.
A list of |
![]() |
OutputSourceConfig | System.Collections.Generic.List<Amazon.EntityResolution.Model.OutputSource> |
Gets and sets the property OutputSourceConfig.
A list of |
![]() |
ResolutionTechniques | Amazon.EntityResolution.Model.ResolutionTechniques |
Gets and sets the property ResolutionTechniques.
An object which defines the |
![]() |
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. |
![]() |
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. |
![]() |
WorkflowName | System.String |
Gets and sets the property WorkflowName.
The name of the workflow. There can't be multiple |
.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