tags

@JvmName(name = "fwefskkfayqneasx")
suspend fun tags(value: Output<Map<String, String>>)
@JvmName(name = "xmrirodvstksmimj")
suspend fun tags(value: Map<String, String>?)

Parameters

value

A mapping of tags to assign to the resource.

  • Key: It can be 1, 20 characters in length. It can contain A-Z, a-z, numbers, underscores (_), and hyphens (-). It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.

  • Value: It can be 1, 20 characters in length. It can contain A-Z, a-z, numbers, underscores (_), and hyphens (-). It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.


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

Parameters

values

A mapping of tags to assign to the resource.

  • Key: It can be 1, 20 characters in length. It can contain A-Z, a-z, numbers, underscores (_), and hyphens (-). It cannot begin with "aliyun", "acs:", "http://", or "https://". It cannot be a null string.

  • Value: It can be 1, 20 characters in length. It can contain A-Z, a-z, numbers, underscores (_), and hyphens (-). It cannot begin with "aliyun", "acs:", "http://", or "https://". It can be a null string.