ServiceLevelObjectiveSliArgs

data class ServiceLevelObjectiveSliArgs(val comparisonOperator: Output<ServiceLevelObjectiveSliComparisonOperator>, val metricThreshold: Output<Double>, val sliMetric: Output<ServiceLevelObjectiveSliMetricArgs>) : ConvertibleToJava<ServiceLevelObjectiveSliArgs>

This structure contains information about the performance metric that an SLO monitors.

Constructors

Link copied to clipboard
constructor(comparisonOperator: Output<ServiceLevelObjectiveSliComparisonOperator>, metricThreshold: Output<Double>, sliMetric: Output<ServiceLevelObjectiveSliMetricArgs>)

Properties

Link copied to clipboard

The arithmetic operation used when comparing the specified metric to the threshold.

Link copied to clipboard
val metricThreshold: Output<Double>

The value that the SLI metric is compared to.

Link copied to clipboard

Use this structure to specify the metric to be used for the SLO.

Functions

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