okActions

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

Parameters

value

The set of actions to execute when this alarm transitions to an OK state from any other state. Each action is specified as an ARN. Up to 5 actions are allowed.


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


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

Parameters

values

The set of actions to execute when this alarm transitions to an OK state from any other state. Each action is specified as an ARN. Up to 5 actions are allowed.