AccountAccountTagArgs

data class AccountAccountTagArgs(val tagKey: Output<String>? = null, val tagValue: Output<String>? = null) : ConvertibleToJava<AccountAccountTagArgs>

Constructors

Link copied to clipboard
constructor(tagKey: Output<String>? = null, tagValue: Output<String>? = null)

Properties

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

The key of the tags

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

The value of the tags

Functions

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