Flow Custom Connector Destination Properties Args
data class FlowCustomConnectorDestinationPropertiesArgs(val customProperties: Output<Map<String, String>>? = null, val entityName: Output<String>, val errorHandlingConfig: Output<FlowErrorHandlingConfigArgs>? = null, val idFieldNames: Output<List<String>>? = null, val writeOperationType: Output<FlowWriteOperationType>? = null) : ConvertibleToJava<FlowCustomConnectorDestinationPropertiesArgs>
Constructors
Link copied to clipboard
constructor(customProperties: Output<Map<String, String>>? = null, entityName: Output<String>, errorHandlingConfig: Output<FlowErrorHandlingConfigArgs>? = null, idFieldNames: Output<List<String>>? = null, writeOperationType: Output<FlowWriteOperationType>? = null)
Properties
Link copied to clipboard
The custom properties that are specific to the connector when it's used as a destination in the flow.
Link copied to clipboard
The entity specified in the custom connector as a destination in the flow.
Link copied to clipboard
The settings that determine how Amazon AppFlow handles an error when placing data in the custom connector as destination.
Link copied to clipboard
List of fields used as ID when performing a write operation.
Link copied to clipboard
Specifies the type of write operation to be performed in the custom connector when it's used as destination.