AWS::Connect::Rule Actions
A list of actions to be run when the rule is triggered.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AssignContactCategoryActions" :
[ Json, ... ]
, "EventBridgeActions" :[ EventBridgeAction, ... ]
, "SendNotificationActions" :[ SendNotificationAction, ... ]
, "TaskActions" :[ TaskAction, ... ]
}
YAML
AssignContactCategoryActions:
- Json
EventBridgeActions:- EventBridgeAction
SendNotificationActions:- SendNotificationAction
TaskActions:- TaskAction
Properties
AssignContactCategoryActions
-
Information about the contact category action. The syntax can be empty, for example,
{}
.Required: No
Type: List of Json
Update requires: No interruption
EventBridgeActions
-
Information about the EventBridge action.
Required: No
Type: List of EventBridgeAction
Update requires: No interruption
SendNotificationActions
-
Information about the send notification action.
Required: No
Type: List of SendNotificationAction
Update requires: No interruption
TaskActions
-
Information about the task action. This field is required if
TriggerEventSource
is one of the following values:OnZendeskTicketCreate
|OnZendeskTicketStatusUpdate
|OnSalesforceCaseCreate
Required: No
Type: List of TaskAction
Update requires: No interruption