class Aws::Appflow::Types::EventBridgeDestinationProperties

The properties that are applied when Amazon EventBridge is being used as a destination.

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

data as a hash:

    {
      object: "Object", # required
      error_handling_config: {
        fail_on_first_destination_error: false,
        bucket_prefix: "BucketPrefix",
        bucket_name: "BucketName",
      },
    }

@!attribute [rw] object

The object specified in the Amazon EventBridge flow destination.
@return [String]

@!attribute [rw] error_handling_config

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.
@return [Types::ErrorHandlingConfig]

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

Constants

SENSITIVE