Flow Connection Args
data class FlowConnectionArgs(val configuration: Output<Either<FlowConnectionConfiguration0PropertiesArgs, FlowConnectionConfiguration1PropertiesArgs>>? = null, val name: Output<String>, val source: Output<String>, val target: Output<String>, val type: Output<FlowConnectionType>) : ConvertibleToJava<FlowConnectionArgs>
Flow connection
Constructors
Link copied to clipboard
constructor(configuration: Output<Either<FlowConnectionConfiguration0PropertiesArgs, FlowConnectionConfiguration1PropertiesArgs>>? = null, name: Output<String>, source: Output<String>, target: Output<String>, type: Output<FlowConnectionType>)
Properties
Link copied to clipboard
val configuration: Output<Either<FlowConnectionConfiguration0PropertiesArgs, FlowConnectionConfiguration1PropertiesArgs>>? = null
The configuration of the connection.
Link copied to clipboard
Whether the source node that the connection begins from is a condition node ( Conditional
) or not ( Data
).