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