class Aws::Appflow::Types::ZendeskDestinationProperties

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

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

data as a hash:

    {
      object: "Object", # required
      id_field_names: ["Name"],
      error_handling_config: {
        fail_on_first_destination_error: false,
        bucket_prefix: "BucketPrefix",
        bucket_name: "BucketName",
      },
      write_operation_type: "INSERT", # accepts INSERT, UPSERT, UPDATE
    }

@!attribute [rw] object

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

@!attribute [rw] id_field_names

A list of field names that can be used as an ID field when
performing a write operation.
@return [Array<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]

@!attribute [rw] write_operation_type

The possible write operations in the destination connector. When
this value is not provided, this defaults to the `INSERT` operation.
@return [String]

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

Constants

SENSITIVE