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 settings that determine how Amazon AppFlow handles an error when placing data in the destination. For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. ErrorHandlingConfig is a part of the destination connector details.

Inheritance Hierarchy

System.Object
  Amazon.Appflow.Model.ErrorHandlingConfig

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

Syntax

C#
public class ErrorHandlingConfig

The ErrorHandlingConfig type exposes the following members

Constructors

NameDescription
Public Method ErrorHandlingConfig()

Properties

NameTypeDescription
Public Property BucketName System.String

Gets and sets the property BucketName.

Specifies the name of the Amazon S3 bucket.

Public Property BucketPrefix System.String

Gets and sets the property BucketPrefix.

Specifies the Amazon S3 bucket prefix.

Public Property FailOnFirstDestinationError System.Boolean

Gets and sets the property FailOnFirstDestinationError.

Specifies if the flow should fail after the first instance of a failure when attempting to place data in the 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