labels

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

Parameters

value

Labels associated with the workers. Label keys and values can be no longer than 63 characters, can only contain lowercase letters, numeric characters, underscores and dashes. International letters are permitted. Label keys must start with a letter. Label values are optional. There can not be more than 64 labels per resource.


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

Parameters

values

Labels associated with the workers. Label keys and values can be no longer than 63 characters, can only contain lowercase letters, numeric characters, underscores and dashes. International letters are permitted. Label keys must start with a letter. Label values are optional. There can not be more than 64 labels per resource.