alarms

@JvmName(name = "kjxhvmcdsjuwnxfp")
suspend fun alarms(value: Output<List<String>>)
@JvmName(name = "unilndmedhhdmmii")
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 = "iegmxlrsjxuogcwh")
suspend fun alarms(vararg values: Output<String>)


@JvmName(name = "dkmqpwibnaafjbip")
suspend fun alarms(values: List<Output<String>>)
@JvmName(name = "ducahdjlvxnjogep")
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.