alarms

@JvmName(name = "xefklbtfnmaquhkb")
suspend fun alarms(value: Output<List<String>>)
@JvmName(name = "gdcuvkutvpybfadi")
suspend fun alarms(value: List<String>?)

Parameters

value

A list of CloudWatch alarm names that will be monitored during the deployment. The deployment will fail and rollback if any alarms go into ALARM state.


@JvmName(name = "vdlijnrjwcudjjvb")
suspend fun alarms(vararg values: Output<String>)


@JvmName(name = "yealahvuusefslwa")
suspend fun alarms(values: List<Output<String>>)
@JvmName(name = "amgjrddnvsycgwcd")
suspend fun alarms(vararg values: String)

Parameters

values

A list of CloudWatch alarm names that will be monitored during the deployment. The deployment will fail and rollback if any alarms go into ALARM state.