MetricDescriptorLabelArgs

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

Constructors

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

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>

The key for this label. The key must not exceed 100 characters. The first character of the key must be an upper- or lower-case letter, the remaining characters must be letters, digits or underscores, and the key must match the regular expression a-zA-Z0-9_*

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

The type of data that can be assigned to the label. Default value is STRING. Possible values are: STRING, BOOL, INT64.

Functions

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