Builder

class Builder

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
var goal: Goal?

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

Link copied to clipboard
var 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
var 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.