AccountTagArgs

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

A custom key-value pair associated with a resource within your organization.

Constructors

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

Functions

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

Properties

Link copied to clipboard
val key: Output<String>

The key identifier, or name, of the tag.

Link copied to clipboard
val value: Output<String>

The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.