parameters

@JvmName(name = "cpkmtbbcedofwjhv")
suspend fun parameters(value: Output<Map<String, WebServiceParameterArgs>>)
@JvmName(name = "cjcemtvleqsgttld")
suspend fun parameters(value: Map<String, WebServiceParameterArgs>?)

Parameters

value

If applicable, parameters of the node. Global graph parameters map into these, with values set at runtime.


@JvmName(name = "nwafuldorvlhtyxj")
suspend fun parameters(vararg argument: Pair<String, suspend WebServiceParameterArgsBuilder.() -> Unit>)

Parameters

argument

If applicable, parameters of the node. Global graph parameters map into these, with values set at runtime.


@JvmName(name = "oplordywstyrixta")
fun parameters(vararg values: Pair<String, WebServiceParameterArgs>)

Parameters

values

If applicable, parameters of the node. Global graph parameters map into these, with values set at runtime.