UpdateServiceLevelObjectiveRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Use this array to create burn rates for this SLO. Each burn rate is a metric that indicates how fast the service is consuming the error budget, relative to the attainment goal of the SLO.

Link copied to clipboard

An optional description for the SLO.

Link copied to clipboard
val goal: Goal?

A structure that contains the attributes that determine the goal of the SLO. This includes the time period for evaluation and the attainment threshold.

Link copied to clipboard
val id: String?

The Amazon Resource Name (ARN) or name of the service level objective that you want to update.

Link copied to clipboard

If this SLO is a request-based SLO, this structure defines the information about what performance metric this SLO will monitor.

Link copied to clipboard

If this SLO is a period-based SLO, this structure defines the information about what performance metric this SLO will monitor.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String