Service Level Objective Args Builder
Builder for ServiceLevelObjectiveArgs.
Functions
Link copied to clipboard
suspend fun burnRateConfigurations(value: Output<List<ServiceLevelObjectiveBurnRateConfigurationArgs>>)
suspend fun burnRateConfigurations(vararg values: Output<ServiceLevelObjectiveBurnRateConfigurationArgs>)
suspend fun burnRateConfigurations(vararg argument: suspend ServiceLevelObjectiveBurnRateConfigurationArgsBuilder.() -> Unit)
suspend fun burnRateConfigurations(values: List<Output<ServiceLevelObjectiveBurnRateConfigurationArgs>>)
suspend fun burnRateConfigurations(argument: List<suspend ServiceLevelObjectiveBurnRateConfigurationArgsBuilder.() -> Unit>)
suspend fun burnRateConfigurations(argument: suspend ServiceLevelObjectiveBurnRateConfigurationArgsBuilder.() -> Unit)
Link copied to clipboard
Link copied to clipboard
suspend fun exclusionWindows(vararg argument: suspend ServiceLevelObjectiveExclusionWindowArgsBuilder.() -> Unit)
suspend fun exclusionWindows(argument: List<suspend ServiceLevelObjectiveExclusionWindowArgsBuilder.() -> Unit>)
suspend fun exclusionWindows(argument: suspend ServiceLevelObjectiveExclusionWindowArgsBuilder.() -> Unit)
Link copied to clipboard
Link copied to clipboard
suspend fun requestBasedSli(argument: suspend ServiceLevelObjectiveRequestBasedSliArgsBuilder.() -> Unit)
Link copied to clipboard
Link copied to clipboard