|
342 | 342 | "type":"integer",
|
343 | 343 | "box":true
|
344 | 344 | },
|
| 345 | + "BurnRateConfiguration":{ |
| 346 | + "type":"structure", |
| 347 | + "required":["LookBackWindowMinutes"], |
| 348 | + "members":{ |
| 349 | + "LookBackWindowMinutes":{ |
| 350 | + "shape":"BurnRateLookBackWindowMinutes", |
| 351 | + "documentation":"<p>The number of minutes to use as the look-back window.</p>" |
| 352 | + } |
| 353 | + }, |
| 354 | + "documentation":"<p>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.</p> <p>For example, if you specify 60 as the number of minutes in the look-back window, the burn rate is calculated as the following:</p> <p> <i>burn rate = error rate over the look-back window / (1 - attainment goal percentage)</i> </p> <p>For more information about burn rates, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-ServiceLevelObjectives.html#CloudWatch-ServiceLevelObjectives-burn\">Calculate burn rates</a>.</p>" |
| 355 | + }, |
| 356 | + "BurnRateConfigurations":{ |
| 357 | + "type":"list", |
| 358 | + "member":{"shape":"BurnRateConfiguration"}, |
| 359 | + "max":10, |
| 360 | + "min":0 |
| 361 | + }, |
| 362 | + "BurnRateLookBackWindowMinutes":{ |
| 363 | + "type":"integer", |
| 364 | + "box":true, |
| 365 | + "max":10080, |
| 366 | + "min":1 |
| 367 | + }, |
345 | 368 | "CalendarInterval":{
|
346 | 369 | "type":"structure",
|
347 | 370 | "required":[
|
|
410 | 433 | "Tags":{
|
411 | 434 | "shape":"TagList",
|
412 | 435 | "documentation":"<p>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 <code>cloudwatch:TagResource</code> permission.</p> <p>Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.</p>"
|
| 436 | + }, |
| 437 | + "BurnRateConfigurations":{ |
| 438 | + "shape":"BurnRateConfigurations", |
| 439 | + "documentation":"<p>Use this array to create <i>burn rates</i> 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.</p>" |
413 | 440 | }
|
414 | 441 | }
|
415 | 442 | },
|
|
1535 | 1562 | "shape":"EvaluationType",
|
1536 | 1563 | "documentation":"<p>Displays whether this is a period-based SLO or a request-based SLO.</p>"
|
1537 | 1564 | },
|
1538 |
| - "Goal":{"shape":"Goal"} |
| 1565 | + "Goal":{"shape":"Goal"}, |
| 1566 | + "BurnRateConfigurations":{ |
| 1567 | + "shape":"BurnRateConfigurations", |
| 1568 | + "documentation":"<p>Each object in this array 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.</p>" |
| 1569 | + } |
1539 | 1570 | },
|
1540 | 1571 | "documentation":"<p>A structure containing information about one service level objective (SLO) that has been created in Application Signals. Creating SLOs can help you ensure your services are performing to the level that you expect. SLOs help you set and track a specific target level for the reliability and availability of your applications and services. Each SLO uses a service level indicator (SLI), which is a key performance metric, to calculate how much underperformance can be tolerated before the goal that you set for the SLO is not achieved.</p>"
|
1541 | 1572 | },
|
|
1940 | 1971 | "Goal":{
|
1941 | 1972 | "shape":"Goal",
|
1942 | 1973 | "documentation":"<p>A structure that contains the attributes that determine the goal of the SLO. This includes the time period for evaluation and the attainment threshold.</p>"
|
| 1974 | + }, |
| 1975 | + "BurnRateConfigurations":{ |
| 1976 | + "shape":"BurnRateConfigurations", |
| 1977 | + "documentation":"<p>Use this array to create <i>burn rates</i> 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.</p>" |
1943 | 1978 | }
|
1944 | 1979 | }
|
1945 | 1980 | },
|
|
0 commit comments