properties

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

Parameters

value

The job property dictionary. Properties can be added, but not removed or altered.


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

Parameters

values

The job property dictionary. Properties can be added, but not removed or altered.