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
    • 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}