alarmActions

@JvmName(name = "xpqitddsusexcrix")
suspend fun alarmActions(value: Output<List<String>>)
@JvmName(name = "gjsxgpkeblafeofx")
suspend fun alarmActions(value: List<String>?)

Parameters

value

The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).


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


@JvmName(name = "wntugpctuleliutp")
suspend fun alarmActions(values: List<Output<String>>)
@JvmName(name = "ydbcldkestqshyrl")
suspend fun alarmActions(vararg values: String)

Parameters

values

The list of actions to execute when this alarm transitions into an ALARM state from any other state. Each action is specified as an Amazon Resource Name (ARN).