LocationTagArgs

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

A key-value pair to associate with a resource.

Constructors

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

Functions

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

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 in length.

Link copied to clipboard
val value: Output<String>

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length.