FlowDefinitionArgs

data class FlowDefinitionArgs(val connections: Output<List<FlowConnectionArgs>>? = null, val nodes: Output<List<FlowNodeArgs>>? = null) : ConvertibleToJava<FlowDefinitionArgs>

Flow definition

Constructors

Link copied to clipboard
constructor(connections: Output<List<FlowConnectionArgs>>? = null, nodes: Output<List<FlowNodeArgs>>? = null)

Properties

Link copied to clipboard
val connections: Output<List<FlowConnectionArgs>>? = null

List of connections

Link copied to clipboard
val nodes: Output<List<FlowNodeArgs>>? = null

List of nodes in a flow

Functions

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