ServiceLevelObjectiveMetricArgs

data class ServiceLevelObjectiveMetricArgs(val dimensions: Output<List<ServiceLevelObjectiveDimensionArgs>>? = null, val metricName: Output<String>? = null, val namespace: Output<String>? = null) : ConvertibleToJava<ServiceLevelObjectiveMetricArgs>

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: Output<List<ServiceLevelObjectiveDimensionArgs>>? = null, metricName: Output<String>? = null, namespace: Output<String>? = null)

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: Output<String>? = null

The name of the metric to use.

Link copied to clipboard
val namespace: Output<String>? = null

The namespace of the metric.

Functions

Link copied to clipboard
open override fun toJava(): ServiceLevelObjectiveMetricArgs