labels

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

Parameters

value

Optional. The labels to associate with this batch. Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a batch.


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

Parameters

values

Optional. The labels to associate with this batch. Label keys must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values may be empty, but, if present, must contain 1 to 63 characters, and must conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a batch.