class Aws::Appflow::Types::HoneycodeDestinationProperties

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

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

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 Honeycode 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/HoneycodeDestinationProperties AWS API Documentation

Constants

SENSITIVE