FlowSourceFlowConfigSourceConnectorPropertiesCustomConnectorArgs

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

Constructors

constructor(customProperties: Output<Map<String, String>>? = null, entityName: Output<String>)

Properties

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

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
val entityName: Output<String>

Entity specified in the custom connector as a destination in the flow.

Functions

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