Interface LoggingMetricBucketOptionsLinearBuckets

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

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

      • getNumFiniteBuckets

        @Stability(Stable)
        @NotNull
        Number getNumFiniteBuckets()
        Must be greater than 0.

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

      • getOffset

        @Stability(Stable)
        @NotNull
        Number getOffset()
        Lower bound of the first bucket.

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

      • getWidth

        @Stability(Stable)
        @NotNull
        Number getWidth()
        Must be greater than 0.

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