outcome Alarms
Parameters
value
The alarm that you specify to monitor the health of your application during practice runs. When the outcome alarm goes into an ALARM
state, the practice run is ended and the outcome is set to FAILED
.
Parameters
values
The alarm that you specify to monitor the health of your application during practice runs. When the outcome alarm goes into an ALARM
state, the practice run is ended and the outcome is set to FAILED
.
suspend fun outcomeAlarms(argument: List<suspend ZonalAutoshiftConfigurationControlConditionArgsBuilder.() -> Unit>)
suspend fun outcomeAlarms(vararg argument: suspend ZonalAutoshiftConfigurationControlConditionArgsBuilder.() -> Unit)
suspend fun outcomeAlarms(argument: suspend ZonalAutoshiftConfigurationControlConditionArgsBuilder.() -> Unit)
Parameters
argument
The alarm that you specify to monitor the health of your application during practice runs. When the outcome alarm goes into an ALARM
state, the practice run is ended and the outcome is set to FAILED
.