Filters

class Filters

Contains the filter to apply when retrieving metrics.

Types

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

Properties

Link copied to clipboard

The channel to use to filter the metrics.

Link copied to clipboard

The queues to use to filter the metrics. You should specify at least one queue, and can specify up to 100 queues per request. The GetCurrentMetricsData API in particular requires a queue when you include a Filter in your request.

Link copied to clipboard

A list of up to 100 routing profile IDs or ARNs.

Link copied to clipboard

A list of expressions as a filter, in which an expression is an object of a step in a routing criteria.

Functions

Link copied to clipboard
inline fun copy(block: Filters.Builder.() -> Unit = {}): Filters
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