AWS::AppFlow::Flow ZendeskDestinationProperties
The properties that are applied when Zendesk is used as a destination.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ErrorHandlingConfig" :ErrorHandlingConfig, "IdFieldNames" :[ String, ... ], "Object" :String, "WriteOperationType" :String}
YAML
ErrorHandlingConfig:ErrorHandlingConfigIdFieldNames:- StringObject:StringWriteOperationType:String
Properties
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.
ErrorHandlingConfigis a part of the destination connector details.Required: No
Type: ErrorHandlingConfig
Update requires: No interruption
IdFieldNames-
A list of field names that can be used as an ID field when performing a write operation.
Required: No
Type: List of String
Update requires: No interruption
Object-
The object specified in the Zendesk flow destination.
Required: Yes
Type: String
Maximum:
512Pattern:
\S+Update requires: No interruption
WriteOperationType-
The possible write operations in the destination connector. When this value is not provided, this defaults to the
INSERToperation.Required: No
Type: String
Update requires: No interruption