LoggingMetricBucketOptions class
bucket_options block (max=1) — histogram bucket boundaries for a
DISTRIBUTION metric. Pick EXACTLY one of linearBuckets,
exponentialBuckets, or explicitBuckets; Terraform enforces the
exactly_one_of contract at apply time.
Constructors
- LoggingMetricBucketOptions({LoggingMetricLinearBuckets? linearBuckets, LoggingMetricExponentialBuckets? exponentialBuckets, LoggingMetricExplicitBuckets? explicitBuckets})
-
const
Properties
- explicitBuckets → LoggingMetricExplicitBuckets?
-
final
- exponentialBuckets → LoggingMetricExponentialBuckets?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- linearBuckets → LoggingMetricLinearBuckets?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toArgMap(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited