params

@JvmName(name = "bqmhklmqoxvskqrg")
suspend fun params(value: Output<List<String>>)
@JvmName(name = "kbmfeitjvjqdyyfx")
suspend fun params(value: List<String>?)

Parameters

value

Pass information from the Dispatch Worker to the Outbound Worker through the parameters.


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


@JvmName(name = "yswvuskeihpkjaod")
suspend fun params(values: List<Output<String>>)
@JvmName(name = "gosmpcukvsuoehtj")
suspend fun params(vararg values: String)

Parameters

values

Pass information from the Dispatch Worker to the Outbound Worker through the parameters.