actions

@JvmName(name = "syqgigdmdemvucwb")
suspend fun actions(value: Output<List<Either<RuleEmailActionArgs, RuleWebhookActionArgs>>>)
@JvmName(name = "jmtkvskfhsfcfkrf")
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 = "nqbvqqluxkxksrwx")
suspend fun actions(vararg values: Output<Either<RuleEmailActionArgs, RuleWebhookActionArgs>>)


@JvmName(name = "rivyijevwjlomrjl")
suspend fun actions(values: List<Output<Either<RuleEmailActionArgs, RuleWebhookActionArgs>>>)
@JvmName(name = "sedjicgsgxefwokm")
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.