rolloutCondition

@JvmName(name = "jcwlimwrbyaeujfb")
suspend fun rolloutCondition(value: Output<String>)
@JvmName(name = "adyhuxxgcrxdqgfn")
suspend fun rolloutCondition(value: String?)

Parameters

value

The conditions that are used to evaluate the success of a rollout step. If not specified, all rollout steps will proceed to the next one unless failure conditions are met. E.g. "containment_rate 60% AND callback_rate < 20%". See the conditions reference.