DocumentTagArgs

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

Constructors

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

Functions

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

Properties

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

The name of the tag.

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

The value of the tag.