AWS::ApplicationSignals::ServiceLevelObjective BurnRateConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::ApplicationSignals::ServiceLevelObjective BurnRateConfiguration

This object defines the length of the look-back window used to calculate one burn rate metric for this SLO. The burn rate measures how fast the service is consuming the error budget, relative to the attainment goal of the SLO. A burn rate of exactly 1 indicates that the SLO goal will be met exactly.

For example, if you specify 60 as the number of minutes in the look-back window, the burn rate is calculated as the following:

burn rate = error rate over the look-back window / (100% - attainment goal percentage)

For more information about burn rates, see Calculate burn rates.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "LookBackWindowMinutes" : Integer }

YAML

LookBackWindowMinutes: Integer

Properties

LookBackWindowMinutes

The number of minutes to use as the look-back window.

Required: Yes

Type: Integer

Minimum: 1

Maximum: 10080

Update requires: No interruption