Label Descriptor Args
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
constructor(description: Output<String>? = null, key: Output<String>? = null, valueType: Output<LabelDescriptorValueType>? = null)
Properties
Link copied to clipboard
A human-readable description for the label.
Link copied to clipboard
The key for this label. The key must meet the following criteria: Does not exceed 100 characters. Matches the following regular expression: a-zA-Z0-9_* The first character must be an upper- or lower-case letter. The remaining characters must be letters, digits, or underscores.
Link copied to clipboard
The type of data that can be assigned to the label.