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 AWS CloudFormation template, use the following syntax:

JSON

{ "ContactFlowArn" : String, "QueueArn" : String }

YAML

ContactFlowArn: String QueueArn: String

Properties

ContactFlowArn

The Amazon Resource Name (ARN) of the flow.

Required: Yes

Type: String

Maximum: 500

Update requires: No interruption

QueueArn

The Amazon Resource Name (ARN) of the queue.

Required: Yes

Type: String

Update requires: No interruption