ServiceLevelObjectiveMetric

data class ServiceLevelObjectiveMetric(val dimensions: List<ServiceLevelObjectiveDimension>? = null, val metricName: String? = null, val namespace: String? = null)

This structure defines the metric used for a service level indicator, including the metric name, namespace, and dimensions.

Constructors

Link copied to clipboard
constructor(dimensions: List<ServiceLevelObjectiveDimension>? = null, metricName: String? = null, namespace: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An array of one or more dimensions to use to define the metric that you want to use.

Link copied to clipboard
val metricName: String? = null

The name of the metric to use.

Link copied to clipboard
val namespace: String? = null

The namespace of the metric.