View source: R/cloudwatchapplicationsignals_operations.R
cloudwatchapplicationsignals_update_service_level_objective | R Documentation |
Updates an existing service level objective (SLO). If you omit parameters, the previous values of those parameters are retained.
See https://www.paws-r-sdk.com/docs/cloudwatchapplicationsignals_update_service_level_objective/ for full documentation.
cloudwatchapplicationsignals_update_service_level_objective(
Id,
Description = NULL,
SliConfig = NULL,
RequestBasedSliConfig = NULL,
Goal = NULL,
BurnRateConfigurations = NULL
)
Id |
[required] The Amazon Resource Name (ARN) or name of the service level objective that you want to update. |
Description |
An optional description for the SLO. |
SliConfig |
If this SLO is a period-based SLO, this structure defines the information about what performance metric this SLO will monitor. |
RequestBasedSliConfig |
If this SLO is a request-based SLO, this structure defines the information about what performance metric this SLO will monitor. You can't specify both |
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. |
BurnRateConfigurations |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.