Interface LoggingMetricBucketOptions

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    LoggingMetricBucketOptions.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:21.846Z")
    @Stability(Stable)
    public interface LoggingMetricBucketOptions
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getExplicitBuckets

        @Stability(Stable)
        @Nullable
        default LoggingMetricBucketOptionsExplicitBuckets getExplicitBuckets()
        explicit_buckets block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_metric#explicit_buckets LoggingMetric#explicit_buckets}

      • getExponentialBuckets

        @Stability(Stable)
        @Nullable
        default LoggingMetricBucketOptionsExponentialBuckets getExponentialBuckets()
        exponential_buckets block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_metric#exponential_buckets LoggingMetric#exponential_buckets}

      • getLinearBuckets

        @Stability(Stable)
        @Nullable
        default LoggingMetricBucketOptionsLinearBuckets getLinearBuckets()
        linear_buckets block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_metric#linear_buckets LoggingMetric#linear_buckets}