CreateServiceLevelObjectiveRequest

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 this SLO.

Link copied to clipboard
val goal: Goal?

This structure contains the attributes that determine the goal of the SLO.

Link copied to clipboard
val name: String?

A name for this SLO.

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.

Link copied to clipboard
val tags: List<Tag>?

A list of key-value pairs to associate with the SLO. You can associate as many as 50 tags with an SLO. To be able to associate tags with the SLO when you create the SLO, you must have the cloudwatch:TagResource permission.

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