userLabels property

Map<String, String>? userLabels
getter/setter pair

User-supplied key/value data to be used for organizing and identifying the AlertPolicy objects.The field can contain up to 64 entries.

Each key and value is limited to 63 Unicode characters or 128 bytes, whichever is smaller. Labels and values can contain only lowercase letters, numerals, underscores, and dashes. Keys must begin with a letter.Note that Prometheus {alert name} is a valid Prometheus label names (https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels), whereas Prometheus {rule group} is an unrestricted UTF-8 string. This means that they cannot be stored as-is in user labels, because they may contain characters that are not allowed in user-label values.

Implementation

core.Map<core.String, core.String>? userLabels;