Flow Destination Flow Config Destination Connector Properties Custom Connector Args
data class FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnectorArgs(val customProperties: Output<Map<String, String>>? = null, val entityName: Output<String>, val errorHandlingConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnectorErrorHandlingConfigArgs>? = null, val idFieldNames: Output<List<String>>? = null, val writeOperationType: Output<String>? = null) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnectorArgs>
Constructors
Link copied to clipboard
constructor(customProperties: Output<Map<String, String>>? = null, entityName: Output<String>, errorHandlingConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnectorErrorHandlingConfigArgs>? = null, idFieldNames: Output<List<String>>? = null, writeOperationType: Output<String>? = null)
Properties
Link copied to clipboard
Custom properties that are specific to the connector when it's used as a destination in the flow. Maximum of 50 items.
Link copied to clipboard
Entity specified in the custom connector as a destination in the flow.
Link copied to clipboard
val errorHandlingConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesCustomConnectorErrorHandlingConfigArgs>? = null
Settings that determine how Amazon AppFlow handles an error when placing data in the destination. See Error Handling Config for more details.
Link copied to clipboard
Name of the field that Amazon AppFlow uses as an ID when performing a write operation such as update, delete, or upsert.
Link copied to clipboard
Type of write operation to be performed in the custom connector when it's used as destination. Valid values are INSERT
, UPSERT
, UPDATE
, and DELETE
.