FlowCustomConnectorDestinationPropertiesArgs

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

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
val customProperties: Output<Map<String, String>>? = null

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

Link copied to clipboard
val entityName: Output<String>

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
val idFieldNames: Output<List<String>>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): FlowCustomConnectorDestinationPropertiesArgs