FlowConnectionArgs

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

The configuration of the connection.

Link copied to clipboard
val name: Output<String>

Name of a connection in a flow

Link copied to clipboard
val source: Output<String>

Name of a node in a flow

Link copied to clipboard
val target: Output<String>

Name of a node in a flow

Link copied to clipboard

Whether the source node that the connection begins from is a condition node ( Conditional ) or not ( Data ).

Functions

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