Class: Aws::Appflow::Types::ZendeskDestinationProperties

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_handling_configTypes::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.



5998
5999
6000
6001
6002
6003
6004
6005
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5998

class ZendeskDestinationProperties < Struct.new(
  :object,
  :id_field_names,
  :error_handling_config,
  :write_operation_type)
  SENSITIVE = []
  include Aws::Structure
end

#id_field_namesArray<String>

A list of field names that can be used as an ID field when performing a write operation.

Returns:

  • (Array<String>)


5998
5999
6000
6001
6002
6003
6004
6005
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5998

class ZendeskDestinationProperties < Struct.new(
  :object,
  :id_field_names,
  :error_handling_config,
  :write_operation_type)
  SENSITIVE = []
  include Aws::Structure
end

#objectString

The object specified in the Zendesk flow destination.

Returns:

  • (String)


5998
5999
6000
6001
6002
6003
6004
6005
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5998

class ZendeskDestinationProperties < Struct.new(
  :object,
  :id_field_names,
  :error_handling_config,
  :write_operation_type)
  SENSITIVE = []
  include Aws::Structure
end

#write_operation_typeString

The possible write operations in the destination connector. When this value is not provided, this defaults to the INSERT operation.

Returns:

  • (String)


5998
5999
6000
6001
6002
6003
6004
6005
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5998

class ZendeskDestinationProperties < Struct.new(
  :object,
  :id_field_names,
  :error_handling_config,
  :write_operation_type)
  SENSITIVE = []
  include Aws::Structure
end