Interface MonitoringMetricDescriptorLabels
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MonitoringMetricDescriptorLabels.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.952Z") @Stability(Stable) public interface MonitoringMetricDescriptorLabels extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMonitoringMetricDescriptorLabels.BuilderA builder forMonitoringMetricDescriptorLabelsstatic classMonitoringMetricDescriptorLabels.Jsii$ProxyAn implementation forMonitoringMetricDescriptorLabels
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static MonitoringMetricDescriptorLabels.Builderbuilder()default StringgetDescription()A human-readable description for the label.StringgetKey()The key for this label.default StringgetValueType()The type of data that can be assigned to the label.
-
-
-
Method Detail
-
getKey
@Stability(Stable) @NotNull String getKey()
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-Z][a-zA-Z0-9_]* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_metric_descriptor#key MonitoringMetricDescriptor#key}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
A human-readable description for the label.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_metric_descriptor#description MonitoringMetricDescriptor#description}
-
getValueType
@Stability(Stable) @Nullable default String getValueType()
The type of data that can be assigned to the label. Default value: "STRING" Possible values: ["STRING", "BOOL", "INT64"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_metric_descriptor#value_type MonitoringMetricDescriptor#value_type}
-
builder
@Stability(Stable) static MonitoringMetricDescriptorLabels.Builder builder()
-
-