AWS::AppFlow::Flow CustomConnectorDestinationProperties

The properties that are applied when the custom connector is being used as a destination.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "CustomProperties" : {Key : Value, ...}, "EntityName" : String, "ErrorHandlingConfig" : ErrorHandlingConfig, "IdFieldNames" : [ String, ... ], "WriteOperationType" : String }

Properties

CustomProperties

The custom properties that are specific to the connector when it's used as a destination in the flow.

Required: No

Type: Map of String

Update requires: No interruption

EntityName

The entity specified in the custom connector as a destination in the flow.

Required: Yes

Type: String

Maximum: 1024

Pattern: \S+

Update requires: No interruption

ErrorHandlingConfig

The settings that determine how Amazon AppFlow handles an error when placing data in the custom connector as destination.

Required: No

Type: ErrorHandlingConfig

Update requires: No interruption

IdFieldNames

The name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update, delete, or upsert.

Required: No

Type: List of String

Update requires: No interruption

WriteOperationType

Specifies the type of write operation to be performed in the custom connector when it's used as destination.

Required: No

Type: String

Allowed values: DELETE | INSERT | UPDATE | UPSERT

Update requires: No interruption