labels

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

Parameters

value

The labels with user-defined metadata to organize your Endpoints. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.


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

Parameters

values

The labels with user-defined metadata to organize your Endpoints. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.