TypeProviderLabelEntryArgs

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

Label object for TypeProviders

Constructors

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

Functions

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

Properties

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

Key of the label

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

Value of the label