CalculationComponent

Represents a component metric referenced in a custom metric calculation formula.

Types

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

Properties

Link copied to clipboard

The alias used to reference this component in the calculation expression.

Link copied to clipboard

The filters applied to the calculation component.

Link copied to clipboard

The ARN of an AWS-managed metric used in this calculation component. Mutually exclusive with MetricName.

Link copied to clipboard

The name of an AWS-managed metric used in this calculation component (for example, CONTACTS_HANDLED). Mutually exclusive with MetricId.

Functions

Link copied to clipboard
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