AWS::Connect::Rule TaskAction
Information about the task action. This field is required if
TriggerEventSource
is one of the following values:
OnZendeskTicketCreate
| OnZendeskTicketStatusUpdate
|
OnSalesforceCaseCreate
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ContactFlowArn" :
String
, "Description" :String
, "Name" :String
, "References" :Reference
}
YAML
ContactFlowArn:
String
Description:String
Name:String
References:Reference
Properties
ContactFlowArn
-
The Amazon Resource Name (ARN) of the flow.
Required: Yes
Type: String
Pattern:
^$|arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*/contact-flow/[-a-zA-Z0-9]*$
Update requires: No interruption
Description
-
The description. Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide.
Required: No
Type: String
Minimum:
0
Maximum:
4096
Update requires: No interruption
Name
-
The name. Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide.
Required: Yes
Type: String
Minimum:
1
Maximum:
512
Update requires: No interruption
References
-
Information about the reference when the
referenceType
isURL
. Otherwise, null.URL
is the only accepted type. (Supports variable injection in theValue
field.)Required: No
Type: Reference
Update requires: No interruption