userLabels

@JvmName(name = "hyeqcnxnufedfwuo")
suspend fun userLabels(value: Output<Map<String, String>>)
@JvmName(name = "rmgyytnbdrdfltos")
suspend fun userLabels(value: Map<String, String>?)

Parameters

value

Labels which have been used to annotate the service-level objective. Label keys must start with a letter. Label keys and values may contain lowercase letters, numbers, underscores, and dashes. Label keys and values have a maximum length of 63 characters, and must be less than 128 bytes in size. Up to 64 label entries may be stored. For labels which do not have a semantic value, the empty string may be supplied for the label value.


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

Parameters

values

Labels which have been used to annotate the service-level objective. Label keys must start with a letter. Label keys and values may contain lowercase letters, numbers, underscores, and dashes. Label keys and values have a maximum length of 63 characters, and must be less than 128 bytes in size. Up to 64 label entries may be stored. For labels which do not have a semantic value, the empty string may be supplied for the label value.