ViewTagArgs

data class ViewTagArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<ViewTagArgs>

A key-value pair to associate with a resource.

Constructors

Link copied to clipboard
fun ViewTagArgs(key: Output<String>, value: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): ViewTagArgs

Properties

Link copied to clipboard
val key: Output<String>

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters

Link copied to clipboard
val value: Output<String>

The value for the tag. . You can specify a value that is maximum of 256 Unicode characters