CompositeTypeLabelEntryArgs

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

Label object for CompositeTypes

Constructors

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

Functions

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

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