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.

The properties that are applied when the custom connector is being used as a destination.

Inheritance Hierarchy

System.Object
  Amazon.Appflow.Model.CustomConnectorDestinationProperties

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

Syntax

C#
public class CustomConnectorDestinationProperties

The CustomConnectorDestinationProperties type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CustomProperties System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property CustomProperties.

The custom properties that are specific to the connector when it's used as a destination in the flow.

Public Property EntityName System.String

Gets and sets the property EntityName.

The entity specified in the custom connector as a destination in the flow.

Public Property ErrorHandlingConfig Amazon.Appflow.Model.ErrorHandlingConfig

Gets and sets the property ErrorHandlingConfig.

The settings that determine how Amazon AppFlow handles an error when placing data in the custom connector as destination.

Public Property IdFieldNames System.Collections.Generic.List<System.String>

Gets and sets the property IdFieldNames.

The name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update, delete, or upsert.

Public Property WriteOperationType Amazon.Appflow.WriteOperationType

Gets and sets the property WriteOperationType.

Specifies the type of write operation to be performed in the custom connector when it's used as destination.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5