labels

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

Parameters

value

The labels associated with this job. You can use these to organize and group your jobs.


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

Parameters

values

The labels associated with this job. You can use these to organize and group your jobs.