dataFlows

@JvmName(name = "molvehgpkcaqqtmt")
suspend fun dataFlows(value: Output<List<DataFlowArgs>>)
@JvmName(name = "grkaifrprbbljxxn")
suspend fun dataFlows(value: List<DataFlowArgs>?)

Parameters

value

The specification of data flows.


@JvmName(name = "sbrccglvaaspvnpp")
suspend fun dataFlows(vararg values: Output<DataFlowArgs>)


@JvmName(name = "njuimklpfvcbvqam")
suspend fun dataFlows(values: List<Output<DataFlowArgs>>)
@JvmName(name = "hqwgowfgjekelkak")
suspend fun dataFlows(vararg values: DataFlowArgs)

Parameters

values

The specification of data flows.


@JvmName(name = "gocfgluguiwohhgy")
suspend fun dataFlows(argument: List<suspend DataFlowArgsBuilder.() -> Unit>)
@JvmName(name = "lipgqlcssbnhsyev")
suspend fun dataFlows(vararg argument: suspend DataFlowArgsBuilder.() -> Unit)
@JvmName(name = "bqonxupqppjbxakp")
suspend fun dataFlows(argument: suspend DataFlowArgsBuilder.() -> Unit)

Parameters

argument

The specification of data flows.