SchemaTagArgs

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

Constructors

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

Functions

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

Properties

Link copied to clipboard
val key: Output<String>

A key to identify the tag.

Link copied to clipboard
val value: Output<String>

Corresponding tag value for the key.