tags

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

Parameters

value

A mapping of tags to assign to the resource. It will be applied for ECI instances finally.

  • Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "http://", or "https://". It cannot be a null string.

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


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

Parameters

values

A mapping of tags to assign to the resource. It will be applied for ECI instances finally.

  • Key: It can be up to 64 characters in length. It cannot begin with "aliyun", "http://", or "https://". It cannot be a null string.

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