actions

@JvmName(name = "rdghfjuguofetreo")
suspend fun actions(value: Output<List<Either<RuleEmailActionArgs, RuleWebhookActionArgs>>>)
@JvmName(name = "tqobtpxdavmdirrr")
suspend fun actions(value: List<Either<RuleEmailActionArgs, RuleWebhookActionArgs>>?)

Parameters

value

the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved.


@JvmName(name = "olpcnvyusisynbjl")
suspend fun actions(vararg values: Output<Either<RuleEmailActionArgs, RuleWebhookActionArgs>>)


@JvmName(name = "thxativbbcfnlbil")
suspend fun actions(values: List<Output<Either<RuleEmailActionArgs, RuleWebhookActionArgs>>>)
@JvmName(name = "oyalfhttmatdrica")
suspend fun actions(vararg values: Either<RuleEmailActionArgs, RuleWebhookActionArgs>)

Parameters

values

the array of actions that are performed when the alert rule becomes active, and when an alert condition is resolved.