Service Level Objective Metric Args
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)