LabelDescriptorArgs

data class LabelDescriptorArgs(val description: Output<String>? = null, val key: Output<String>? = null, val valueType: Output<LabelDescriptorValueType>? = null) : ConvertibleToJava<LabelDescriptorArgs>

A description of a label.

Constructors

Link copied to clipboard
fun LabelDescriptorArgs(description: Output<String>? = null, key: Output<String>? = null, valueType: Output<LabelDescriptorValueType>? = null)

Functions

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

Properties

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

A human-readable description for the label.

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

The label key.

Link copied to clipboard
val valueType: Output<LabelDescriptorValueType>? = null

The type of data that can be assigned to the label.