labels

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

Parameters

value

Labels for execution. If execution is scheduled, a field included will be 'nbs-scheduled'. Otherwise, it is an immediate execution, and an included field will be 'nbs-immediate'. Use fields to efficiently index between various types of executions.


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

Parameters

values

Labels for execution. If execution is scheduled, a field included will be 'nbs-scheduled'. Otherwise, it is an immediate execution, and an included field will be 'nbs-immediate'. Use fields to efficiently index between various types of executions.