GraphTagArgs

data class GraphTagArgs(val key: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<GraphTagArgs>

A key-value pair to associate with a resource.

Constructors

Link copied to clipboard
fun GraphTagArgs(key: Output<String>? = null, value: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val key: Output<String>? = null

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. Valid characters are Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @

Link copied to clipboard
val value: Output<String>? = null

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. Valid characters are Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @