CurrentMetric

Contains information about a real-time metric. For a description of each metric, see Metrics definitions in the Amazon Connect Administrator Guide.

Only one of either the Name or MetricId is required.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Out of the box current metrics or custom metrics can be referenced via this field. This field is a valid AWS Connect Arn or a UUID.

Link copied to clipboard

The name of the metric.

Link copied to clipboard

The Unit parameter is not supported for custom metrics.

Functions

Link copied to clipboard
inline fun copy(block: CurrentMetric.Builder.() -> Unit = {}): CurrentMetric
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String