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" :{}Key:Value, ...}
YAML
ContactFlowArn:StringDescription:StringName:StringReferences:Key:Value
Properties
ContactFlowArn-
The Amazon Resource Name (ARN) of the flow.
Required: Yes
Type: String
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
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
Update requires: No interruption
References-
Information about the reference when the
referenceTypeisURL. Otherwise, null.URLis the only accepted type. (Supports variable injection in theValuefield.)Required: No
Type: Map of Reference
Update requires: No interruption