burn Rate Configurations
suspend fun burnRateConfigurations(value: Output<List<ServiceLevelObjectiveBurnRateConfigurationArgs>>)
Parameters
value
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.
suspend fun burnRateConfigurations(vararg values: Output<ServiceLevelObjectiveBurnRateConfigurationArgs>)
suspend fun burnRateConfigurations(values: List<Output<ServiceLevelObjectiveBurnRateConfigurationArgs>>)
Parameters
values
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.
suspend fun burnRateConfigurations(argument: List<suspend ServiceLevelObjectiveBurnRateConfigurationArgsBuilder.() -> Unit>)
suspend fun burnRateConfigurations(vararg argument: suspend ServiceLevelObjectiveBurnRateConfigurationArgsBuilder.() -> Unit)
suspend fun burnRateConfigurations(argument: suspend ServiceLevelObjectiveBurnRateConfigurationArgsBuilder.() -> Unit)
Parameters
argument
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.