actions

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


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