AWS::Connect::QuickConnect QueueQuickConnectConfig
Contains information about a queue for a quick connect. The flow must be of type Transfer to Queue.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ContactFlowArn" :String, "QueueArn" :String}
YAML
ContactFlowArn:StringQueueArn:String
Properties
ContactFlowArn-
The Amazon Resource Name (ARN) of the flow.
Required: Yes
Type: String
Maximum:
500Update requires: No interruption
QueueArn-
The Amazon Resource Name (ARN) of the queue.
Required: Yes
Type: String
Update requires: No interruption