RuleActionsArgs

data class RuleActionsArgs(val assignContactCategoryActions: Output<List<RuleAssignContactCategoryActionArgs>>? = null, val eventBridgeActions: Output<List<RuleEventBridgeActionArgs>>? = null, val sendNotificationActions: Output<List<RuleSendNotificationActionArgs>>? = null, val taskActions: Output<List<RuleTaskActionArgs>>? = null) : ConvertibleToJava<RuleActionsArgs>

The list of actions that will be executed when a rule is triggered.

Constructors

Link copied to clipboard
fun RuleActionsArgs(assignContactCategoryActions: Output<List<RuleAssignContactCategoryActionArgs>>? = null, eventBridgeActions: Output<List<RuleEventBridgeActionArgs>>? = null, sendNotificationActions: Output<List<RuleSendNotificationActionArgs>>? = null, taskActions: Output<List<RuleTaskActionArgs>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): RuleActionsArgs

Properties

Link copied to clipboard
Link copied to clipboard
val taskActions: Output<List<RuleTaskActionArgs>>? = null