labels

@JvmName(name = "kpmjshmvroncsbxi")
suspend fun labels(value: Output<Map<String, String>>)
@JvmName(name = "qvlnunivaksxjprv")
suspend fun labels(value: Map<String, String>?)

Parameters

value

Optional. One or more labels that you can add, to organize your jobs. Each label is a key-value pair, where both the key and the value are arbitrary strings that you supply. For more information, see the documentation on using labels.


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

Parameters

values

Optional. One or more labels that you can add, to organize your jobs. Each label is a key-value pair, where both the key and the value are arbitrary strings that you supply. For more information, see the documentation on using labels.