FlowCustomConnectorSourcePropertiesArgs

data class FlowCustomConnectorSourcePropertiesArgs(val customProperties: Output<Map<String, String>>? = null, val dataTransferApi: Output<FlowCustomConnectorSourcePropertiesDataTransferApiPropertiesArgs>? = null, val entityName: Output<String>) : ConvertibleToJava<FlowCustomConnectorSourcePropertiesArgs>

Constructors

Link copied to clipboard
constructor(customProperties: Output<Map<String, String>>? = null, dataTransferApi: Output<FlowCustomConnectorSourcePropertiesDataTransferApiPropertiesArgs>? = null, entityName: Output<String>)

Properties

Link copied to clipboard
val customProperties: Output<Map<String, String>>? = null

Custom properties that are required to use the custom connector as a source.

Link copied to clipboard

The API of the connector application that Amazon AppFlow uses to transfer your data.

Link copied to clipboard
val entityName: Output<String>

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

Functions

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