Flow Custom Connector Source Properties
data class FlowCustomConnectorSourceProperties(val customProperties: Map<String, String>? = null, val dataTransferApi: FlowCustomConnectorSourcePropertiesDataTransferApiProperties? = null, val entityName: String)
Constructors
Link copied to clipboard
constructor(customProperties: Map<String, String>? = null, dataTransferApi: FlowCustomConnectorSourcePropertiesDataTransferApiProperties? = null, entityName: String)
Properties
Link copied to clipboard
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
The entity specified in the custom connector as a source in the flow.