properties

@JvmName(name = "oksudqqbuaalphkq")
suspend fun properties(value: Output<Map<String, String>>)
@JvmName(name = "ktixhprwfqnhojxd")
suspend fun properties(value: Map<String, String>?)

Parameters

value

A mapping of property names to values, which are used to configure workload execution.


@JvmName(name = "jxasnqlemrpsslok")
fun properties(vararg values: Pair<String, String>)

Parameters

values

A mapping of property names to values, which are used to configure workload execution.