class Aws::Appflow::Types::ErrorHandlingConfig

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.

@note When making an API call, you may pass ErrorHandlingConfig

data as a hash:

    {
      fail_on_first_destination_error: false,
      bucket_prefix: "BucketPrefix",
      bucket_name: "BucketName",
    }

@!attribute [rw] fail_on_first_destination_error

Specifies if the flow should fail after the first instance of a
failure when attempting to place data in the destination.
@return [Boolean]

@!attribute [rw] bucket_prefix

Specifies the Amazon S3 bucket prefix.
@return [String]

@!attribute [rw] bucket_name

Specifies the name of the Amazon S3 bucket.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/ErrorHandlingConfig AWS API Documentation

Constants

SENSITIVE