alarmActions

@JvmName(name = "jbdxtfmcugsipxjg")
suspend fun alarmActions(value: Output<List<String>>)
@JvmName(name = "weisbsfssevgbwsc")
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. Specify each action as an Amazon Resource Name (ARN). For more information about creating alarms and the actions that you can specify, see PutMetricAlarm in the API Reference.


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


@JvmName(name = "hethanugnwknoypc")
suspend fun alarmActions(values: List<Output<String>>)
@JvmName(name = "mghqwfhqheufqslu")
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. Specify each action as an Amazon Resource Name (ARN). For more information about creating alarms and the actions that you can specify, see PutMetricAlarm in the API Reference.