okActions

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

Parameters

value

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


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


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

Parameters

values

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