properties

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

Parameters

value

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


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

Parameters

values

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