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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLoggingMetricBucketOptions.BuilderA builder forLoggingMetricBucketOptionsstatic classLoggingMetricBucketOptions.Jsii$ProxyAn implementation forLoggingMetricBucketOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static LoggingMetricBucketOptions.Builderbuilder()default LoggingMetricBucketOptionsExplicitBucketsgetExplicitBuckets()explicit_buckets block.default LoggingMetricBucketOptionsExponentialBucketsgetExponentialBuckets()exponential_buckets block.default LoggingMetricBucketOptionsLinearBucketsgetLinearBuckets()linear_buckets block.
-
-
-
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}
-
builder
@Stability(Stable) static LoggingMetricBucketOptions.Builder builder()
- Returns:
- a
LoggingMetricBucketOptions.BuilderofLoggingMetricBucketOptions
-
-