bucketOptions

@JvmName(name = "dxbwshccbiipelhe")
suspend fun bucketOptions(value: Output<MetricBucketOptionsArgs>)
@JvmName(name = "ypclqgkdcitvpovc")
suspend fun bucketOptions(value: MetricBucketOptionsArgs?)

Parameters

value

The bucketOptions are required when the logs-based metric is using a DISTRIBUTION value type and it describes the bucket boundaries used to create a histogram of the extracted values. Structure is documented below.


@JvmName(name = "eavjvspnovyquxvk")
suspend fun bucketOptions(argument: suspend MetricBucketOptionsArgsBuilder.() -> Unit)

Parameters

argument

The bucketOptions are required when the logs-based metric is using a DISTRIBUTION value type and it describes the bucket boundaries used to create a histogram of the extracted values. Structure is documented below.