RegistryTagArgs

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

Constructors

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

Functions

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

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.