Interface LoggingMetricBucketOptionsExplicitBuckets
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LoggingMetricBucketOptionsExplicitBuckets.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.846Z") @Stability(Stable) public interface LoggingMetricBucketOptionsExplicitBuckets extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLoggingMetricBucketOptionsExplicitBuckets.BuilderA builder forLoggingMetricBucketOptionsExplicitBucketsstatic classLoggingMetricBucketOptionsExplicitBuckets.Jsii$ProxyAn implementation forLoggingMetricBucketOptionsExplicitBuckets
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static LoggingMetricBucketOptionsExplicitBuckets.Builderbuilder()List<Number>getBounds()The values must be monotonically increasing.
-
-
-
Method Detail
-
getBounds
@Stability(Stable) @NotNull List<Number> getBounds()
The values must be monotonically increasing.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_metric#bounds LoggingMetric#bounds}
-
builder
@Stability(Stable) static LoggingMetricBucketOptionsExplicitBuckets.Builder builder()
-
-