okActions

@JvmName(name = "uweggqridohdafpa")
suspend fun okActions(value: Output<List<String>>)
@JvmName(name = "rwnqnaecvdkuhtav")
suspend fun okActions(value: List<String>?)

Parameters

value

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


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


@JvmName(name = "gksimfftixbqtsgt")
suspend fun okActions(values: List<Output<String>>)
@JvmName(name = "cafrjidnclqxbwfu")
suspend fun okActions(vararg values: String)

Parameters

values

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