dataFlows

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

Parameters

value

The specification of data flows.


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


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

Parameters

values

The specification of data flows.


@JvmName(name = "bhdlltyliqiagptn")
suspend fun dataFlows(argument: List<suspend DataFlowArgsBuilder.() -> Unit>)
@JvmName(name = "ltwvtwramhkdshet")
suspend fun dataFlows(vararg argument: suspend DataFlowArgsBuilder.() -> Unit)
@JvmName(name = "eivsgbxxbyavlvoh")
suspend fun dataFlows(argument: suspend DataFlowArgsBuilder.() -> Unit)

Parameters

argument

The specification of data flows.