tags

@JvmName(name = "kgfjcjgdewojoooo")
suspend fun tags(value: Output<List<String>>)
@JvmName(name = "hmacpfgvcqtuwudo")
suspend fun tags(value: List<String>?)

Parameters

value

The list of tags for a project; put array of tags, that should be finally assigned to a project. Use topics instead.


@JvmName(name = "esllbctsedpqshbu")
suspend fun tags(vararg values: Output<String>)


@JvmName(name = "othckjpeihhwxywr")
suspend fun tags(values: List<Output<String>>)
@JvmName(name = "kmnwvarjxsxyrahs")
suspend fun tags(vararg values: String)

Parameters

values

The list of tags for a project; put array of tags, that should be finally assigned to a project. Use topics instead.