outputVariables

@JvmName(name = "ygbllhgwhdjrlvby")
suspend fun outputVariables(value: Output<List<String>>)
@JvmName(name = "qboneirufjuglngx")
suspend fun outputVariables(value: List<String>?)

Parameters

value

The list of variables that are to be exported from the compute action.


@JvmName(name = "uwguxwhuroijvpfb")
suspend fun outputVariables(vararg values: Output<String>)


@JvmName(name = "htlbeoyfbmqhaoaf")
suspend fun outputVariables(values: List<Output<String>>)
@JvmName(name = "iwfamsuvwonafkps")
suspend fun outputVariables(vararg values: String)

Parameters

values

The list of variables that are to be exported from the compute action.