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 UpdateMatchingWorkflow operation.
Updates an existing MatchingWorkflow
. This method is identical to CreateMatchingWorkflow
,
except it uses an HTTP PUT
request instead of a POST
request, and the
MatchingWorkflow
must already exist for the method to succeed.
Namespace: Amazon.EntityResolution.Model
Assembly: AWSSDK.EntityResolution.dll
Version: 3.x.y.z
public class UpdateMatchingWorkflowRequest : AmazonEntityResolutionRequest IAmazonWebServiceRequest
The UpdateMatchingWorkflowRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
UpdateMatchingWorkflowRequest() |
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. |
![]() |
WorkflowName | System.String |
Gets and sets the property WorkflowName. The name of the workflow to be retrieved. |
.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