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 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.

Inheritance Hierarchy

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

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

Syntax

C#
public class UpdateMatchingWorkflowRequest : AmazonEntityResolutionRequest
         IAmazonWebServiceRequest

The UpdateMatchingWorkflowRequest 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 WorkflowName System.String

Gets and sets the property WorkflowName.

The name of the workflow to be retrieved.

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