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