burnRateConfigurations

@JvmName(name = "orlgywixqbrwwjvj")
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.


@JvmName(name = "yebjhflbpyqlcscp")
suspend fun burnRateConfigurations(vararg values: Output<ServiceLevelObjectiveBurnRateConfigurationArgs>)


@JvmName(name = "fgpdbeohppjvqxrt")
suspend fun burnRateConfigurations(values: List<Output<ServiceLevelObjectiveBurnRateConfigurationArgs>>)
@JvmName(name = "hrtwkcagafrcmdjf")
suspend fun burnRateConfigurations(vararg values: 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.


@JvmName(name = "etbkwiumywbgdwjs")
suspend fun burnRateConfigurations(argument: List<suspend ServiceLevelObjectiveBurnRateConfigurationArgsBuilder.() -> Unit>)
@JvmName(name = "ooykbcbfgjdaabxn")
suspend fun burnRateConfigurations(vararg argument: suspend ServiceLevelObjectiveBurnRateConfigurationArgsBuilder.() -> Unit)
@JvmName(name = "voaeufhpxlrbpbbs")
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.