tags

@JvmName(name = "ohyhpuhjwgmqfnlt")
suspend fun tags(value: Output<Map<String, Any>>)
@JvmName(name = "ojtxdpbssfyjtorr")
suspend fun tags(value: Map<String, Any>?)

Parameters

value

Log project tags.

  • Key: It can be up to 128 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://".

  • Value: It can be up to 128 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://".


@JvmName(name = "lonsmyycfmaoawfb")
fun tags(vararg values: Pair<String, Any>)

Parameters

values

Log project tags.

  • Key: It can be up to 128 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://".

  • Value: It can be up to 128 characters in length. It cannot begin with "aliyun", "acs:", "http://", or "https://".