connections

@JvmName(name = "gxctetutsomghbio")
suspend fun connections(value: Output<List<String>>)
@JvmName(name = "ewfiyofdpfqyyhaf")
suspend fun connections(value: List<String>?)

Parameters

value

A list of connections used by the job.


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


@JvmName(name = "yegoogpkhrbvlcai")
suspend fun connections(values: List<Output<String>>)
@JvmName(name = "vkctbtuyrcoluhcv")
suspend fun connections(vararg values: String)

Parameters

values

A list of connections used by the job.